#CB72A0

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

Shades of Hopbush #CB72A0

Tints of Hopbush #CB72A0

Color information

#CB72A0 (or 0xCB72A0) is unknown color: approx Hopbush. HEX triplet: CB, 72 and A0. RGB value is (203,114,160). Sum of RGB (Red+Green+Blue) = 203+114+160=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 114 (44.92% from 255 or 23.90% from 477); Blue value is 160 (62.89% from 255 or 33.54% from 477); Max value from RGB is 203 - color contains mainly: red. Hex color #CB72A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB72A0 is #348D5F. Grayscale: #919191. Windows color (decimal): -3444064 or 10515147. OLE color: 10515147.

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

Color convert

RGB203114160-
CMYK00.440.210.20
HSL328.99º46.11%62.16%-
HSV(B)328.99º43.84%79.61%-
XYZ36.9927.2736.57-
YUV145.85135.99168.76-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.56%
GREEN value IS 114 (44.92% from 255) = 23.90%
BLUE value IS 160 (62.89% from 255) = 33.54%
R=42.56%
G=23.90%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311416000.440.210.20328.9946.1162.16
HexCB72A002C15141492e3e
Octal31316224005425245115676
Binary1100101111100101010000001011001010110100101001001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB72A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB72A0; }

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

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

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

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

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

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

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

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