#CD6C9A

Color #CD6C9A Hopbush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hopbush #CD6C9A

Tints of Hopbush #CD6C9A

Color information

#CD6C9A (or 0xCD6C9A) is unknown color: approx Hopbush. HEX triplet: CD, 6C and 9A. RGB value is (205,108,154). Sum of RGB (Red+Green+Blue) = 205+108+154=467 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.90% from 467); Green value is 108 (42.58% from 255 or 23.13% from 467); Blue value is 154 (60.55% from 255 or 32.98% from 467); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6C9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6C9A is #329365. Grayscale: #8E8E8E. Windows color (decimal): -3314534 or 10120397. OLE color: 10120397.

HSL color Cylindrical-coordinate representation of color #CD6C9A: hue angle of 331.55º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CD6C9A is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB205108154-
CMYK00.470.250.20
HSL331.55º49.24%61.37%-
HSV(B)331.55º47.32%80.39%-
XYZ36.3726.0433.68-
YUV142.25134.64172.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 43.90%
GREEN value IS 108 (42.58% from 255) = 23.13%
BLUE value IS 154 (60.55% from 255) = 32.98%
R=43.90%
G=23.13%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510815400.470.250.20331.5549.2461.37
HexCD6C9A02F191414c313d
Octal31515423205731245146175
Binary1100110111011001001101001011111100110100101001100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6C9A; }

 p { color: rgb(205,108,154); }

 H1.HeaderClassName
 {
   color: #CD6C9A;
 }
 .AnyTagClassName
 {
   color: #CD6C9A;
 }
</style>
background-color css

<style>
 a { background-color: #CD6C9A; }

 a { background-color: rgb(205,108,154); }

 div.DivClassName
 {
   background-color: #CD6C9A;
 }
 .BgClassName
 {
   background-color: #CD6C9A;
 }
</style>
border-color css

<style>
 span { border-color: #CD6C9A; }

 span { border-color: rgb(205,108,154); }

 td.TdClassName
 {
   border-color: #CD6C9A;
 }
 .TagClassName
 {
   border-color: #CD6C9A;
 }
</style>