#CB709F

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

Shades of Hopbush #CB709F

Tints of Hopbush #CB709F

Color information

#CB709F (or 0xCB709F) is unknown color: approx Hopbush. HEX triplet: CB, 70 and 9F. RGB value is (203,112,159). Sum of RGB (Red+Green+Blue) = 203+112+159=474 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.83% from 474); Green value is 112 (44.14% from 255 or 23.63% from 474); Blue value is 159 (62.5% from 255 or 33.54% from 474); Max value from RGB is 203 - color contains mainly: red. Hex color #CB709F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB709F is #348F60. Grayscale: #909090. Windows color (decimal): -3444577 or 10449099. OLE color: 10449099.

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

Color convert

RGB203112159-
CMYK00.450.220.20
HSL329.01º46.67%61.76%-
HSV(B)329.01º44.83%79.61%-
XYZ36.6826.7936.04-
YUV144.57136.15169.68-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.83%
GREEN value IS 112 (44.14% from 255) = 23.63%
BLUE value IS 159 (62.5% from 255) = 33.54%
R=42.83%
G=23.63%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311215900.450.220.20329.0146.6761.76
HexCB709F02D16141492f3e
Octal31316023705526245115776
Binary1100101111100001001111101011011011010100101001001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB709F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB709F; }

 p { color: rgb(203,112,159); }

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

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

 a { background-color: rgb(203,112,159); }

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

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

 span { border-color: rgb(203,112,159); }

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