#CD6184

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

Shades of Hopbush #CD6184

Tints of Hopbush #CD6184

Color information

#CD6184 (or 0xCD6184) is unknown color: approx Hopbush. HEX triplet: CD, 61 and 84. RGB value is (205,97,132). Sum of RGB (Red+Green+Blue) = 205+97+132=434 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.24% from 434); Green value is 97 (38.28% from 255 or 22.35% from 434); Blue value is 132 (51.95% from 255 or 30.41% from 434); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6184 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6184 is #329E7B. Grayscale: #858585. Windows color (decimal): -3317372 or 8675789. OLE color: 8675789.

HSL color Cylindrical-coordinate representation of color #CD6184: hue angle of 340.56º 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 #CD6184 is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.20.

Color convert

RGB20597132-
CMYK00.530.360.20
HSL340.56º51.92%59.22%-
HSV(B)340.56º52.68%80.39%-
XYZ33.6223.1924.53-
YUV133.28127.28179.15-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.24%
GREEN value IS 97 (38.28% from 255) = 22.35%
BLUE value IS 132 (51.95% from 255) = 30.41%
R=47.24%
G=22.35%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059713200.530.360.20340.5651.9259.22
HexCD61840352414155343b
Octal31514120406544245256473
Binary11001101110000110000100011010110010010100101010101110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6184; }

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

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

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

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

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

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

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

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