#CD6186

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

Shades of Hopbush #CD6186

Tints of Hopbush #CD6186

Color information

#CD6186 (or 0xCD6186) is unknown color: approx Hopbush. HEX triplet: CD, 61 and 86. RGB value is (205,97,134). Sum of RGB (Red+Green+Blue) = 205+97+134=436 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.02% from 436); Green value is 97 (38.28% from 255 or 22.25% from 436); Blue value is 134 (52.73% from 255 or 30.73% from 436); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6186 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6186 is #329E79. Grayscale: #858585. Windows color (decimal): -3317370 or 8806861. OLE color: 8806861.

HSL color Cylindrical-coordinate representation of color #CD6186: hue angle of 339.44º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CD6186 is Cyan = 0, Magento = 0.53, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB20597134-
CMYK00.530.350.20
HSL339.44º51.92%59.22%-
HSV(B)339.44º52.68%80.39%-
XYZ33.7523.2525.26-
YUV133.51128.28178.99-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.02%
GREEN value IS 97 (38.28% from 255) = 22.25%
BLUE value IS 134 (52.73% from 255) = 30.73%
R=47.02%
G=22.25%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059713400.530.350.20339.4451.9259.22
HexCD61860352314153343b
Octal31514120606543245236473
Binary11001101110000110000110011010110001110100101010011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6186; }

 p { color: rgb(205,97,134); }

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

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

 a { background-color: rgb(205,97,134); }

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

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

 span { border-color: rgb(205,97,134); }

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