#cd72a0

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

Shades of Hopbush #CD72A0

Tints of Hopbush #CD72A0

Color information

#CD72A0 (or 0xCD72A0) is unknown color: approx Hopbush. HEX triplet: CD, 72 and A0. RGB value is (205,114,160). Sum of RGB (Red+Green+Blue) = 205+114+160=479 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.80% from 479); Green value is 114 (44.92% from 255 or 23.80% from 479); Blue value is 160 (62.89% from 255 or 33.40% from 479); Max value from RGB is 205 - color contains mainly: red. Hex color #CD72A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD72A0 is #328D5F. Grayscale: #929292. Windows color (decimal): -3312992 or 10515149. OLE color: 10515149.

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

Color convert

RGB205114160-
CMYK00.440.220.20
HSL329.67º47.64%62.55%-
HSV(B)329.67º44.39%80.39%-
XYZ37.5427.5536.6-
YUV146.45135.65169.76-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.80%
GREEN value IS 114 (44.92% from 255) = 23.80%
BLUE value IS 160 (62.89% from 255) = 33.40%
R=42.80%
G=23.80%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511416000.440.220.20329.6747.6462.55
HexCD72A002C161414a303f
Octal31516224005426245126077
Binary1100110111100101010000001011001011010100101001010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd72a0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd72a0; }

 p { color: rgb(205,114,160); }

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

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

 a { background-color: rgb(205,114,160); }

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

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

 span { border-color: rgb(205,114,160); }

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