#CD5C8C

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

Shades of Hopbush #CD5C8C

Tints of Hopbush #CD5C8C

Color information

#CD5C8C (or 0xCD5C8C) is unknown color: approx Hopbush. HEX triplet: CD, 5C and 8C. RGB value is (205,92,140). Sum of RGB (Red+Green+Blue) = 205+92+140=437 (57% of max value = 765). Red value is 205 (80.47% from 255 or 46.91% from 437); Green value is 92 (36.33% from 255 or 21.05% from 437); Blue value is 140 (55.08% from 255 or 32.04% from 437); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5C8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5C8C is #32A373. Grayscale: #838383. Windows color (decimal): -3318644 or 9198797. OLE color: 9198797.

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

Color convert

RGB20592140-
CMYK00.550.320.20
HSL334.51º53.05%58.24%-
HSV(B)334.51º55.12%80.39%-
XYZ33.7422.5327.38-
YUV131.26132.94180.6-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.91%
GREEN value IS 92 (36.33% from 255) = 21.05%
BLUE value IS 140 (55.08% from 255) = 32.04%
R=46.91%
G=21.05%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059214000.550.320.20334.5153.0558.24
HexCD5C8C037201414f353a
Octal31513421406740245176572
Binary11001101101110010001100011011110000010100101001111110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5C8C; }

 p { color: rgb(205,92,140); }

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

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

 a { background-color: rgb(205,92,140); }

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

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

 span { border-color: rgb(205,92,140); }

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