#CD76A6

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

Shades of Hopbush #CD76A6

Tints of Hopbush #CD76A6

Color information

#CD76A6 (or 0xCD76A6) is unknown color: approx Hopbush. HEX triplet: CD, 76 and A6. RGB value is (205,118,166). Sum of RGB (Red+Green+Blue) = 205+118+166=489 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.92% from 489); Green value is 118 (46.48% from 255 or 24.13% from 489); Blue value is 166 (65.23% from 255 or 33.95% from 489); Max value from RGB is 205 - color contains mainly: red. Hex color #CD76A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD76A6 is #328959. Grayscale: #959595. Windows color (decimal): -3311962 or 10909389. OLE color: 10909389.

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

Color convert

RGB205118166-
CMYK00.420.190.20
HSL326.9º46.52%63.33%-
HSV(B)326.9º42.44%80.39%-
XYZ38.5428.6939.58-
YUV149.48137.32167.6-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.92%
GREEN value IS 118 (46.48% from 255) = 24.13%
BLUE value IS 166 (65.23% from 255) = 33.95%
R=41.92%
G=24.13%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511816600.420.190.20326.946.5263.33
HexCD76A602A13141472f3f
Octal31516624605223245075777
Binary1100110111101101010011001010101001110100101000111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD76A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD76A6; }

 p { color: rgb(205,118,166); }

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

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

 a { background-color: rgb(205,118,166); }

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

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

 span { border-color: rgb(205,118,166); }

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