#CD6F95

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

Shades of Hopbush #CD6F95

Tints of Hopbush #CD6F95

Color information

#CD6F95 (or 0xCD6F95) is unknown color: approx Hopbush. HEX triplet: CD, 6F and 95. RGB value is (205,111,149). Sum of RGB (Red+Green+Blue) = 205+111+149=465 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.09% from 465); Green value is 111 (43.75% from 255 or 23.87% from 465); Blue value is 149 (58.59% from 255 or 32.04% from 465); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6F95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6F95 is #32906A. Grayscale: #8F8F8F. Windows color (decimal): -3313771 or 9793485. OLE color: 9793485.

HSL color Cylindrical-coordinate representation of color #CD6F95: hue angle of 335.74º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CD6F95 is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB205111149-
CMYK00.460.270.20
HSL335.74º48.45%61.96%-
HSV(B)335.74º45.85%80.39%-
XYZ36.2926.5231.64-
YUV143.44131.14171.91-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.09%
GREEN value IS 111 (43.75% from 255) = 23.87%
BLUE value IS 149 (58.59% from 255) = 32.04%
R=44.09%
G=23.87%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511114900.460.270.20335.7448.4561.96
HexCD6F9502E1B14150303e
Octal31515722505633245206076
Binary1100110111011111001010101011101101110100101010000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6F95; }

 p { color: rgb(205,111,149); }

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

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

 a { background-color: rgb(205,111,149); }

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

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

 span { border-color: rgb(205,111,149); }

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