#cb72ad

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

Shades of Hopbush #CB72AD

Tints of Hopbush #CB72AD

Color information

#CB72AD (or 0xCB72AD) is unknown color: approx Hopbush. HEX triplet: CB, 72 and AD. RGB value is (203,114,173). Sum of RGB (Red+Green+Blue) = 203+114+173=490 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.43% from 490); Green value is 114 (44.92% from 255 or 23.27% from 490); Blue value is 173 (67.97% from 255 or 35.31% from 490); Max value from RGB is 203 - color contains mainly: red. Hex color #CB72AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB72AD is #348D52. Grayscale: #939393. Windows color (decimal): -3444051 or 11367115. OLE color: 11367115.

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

Color convert

RGB203114173-
CMYK00.440.150.20
HSL320.22º46.11%62.16%-
HSV(B)320.22º43.84%79.61%-
XYZ38.1927.7542.88-
YUV147.34142.49167.7-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.43%
GREEN value IS 114 (44.92% from 255) = 23.27%
BLUE value IS 173 (67.97% from 255) = 35.31%
R=41.43%
G=23.27%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311417300.440.150.20320.2246.1162.16
HexCB72AD02CF141402e3e
Octal31316225505417245005676
Binary110010111110010101011010101100111110100101000000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb72ad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb72ad; }

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

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

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

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

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

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

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

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