#CB709D

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

Shades of Hopbush #CB709D

Tints of Hopbush #CB709D

Color information

#CB709D (or 0xCB709D) is unknown color: approx Hopbush. HEX triplet: CB, 70 and 9D. RGB value is (203,112,157). Sum of RGB (Red+Green+Blue) = 203+112+157=472 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.01% from 472); Green value is 112 (44.14% from 255 or 23.73% from 472); Blue value is 157 (61.72% from 255 or 33.26% from 472); Max value from RGB is 203 - color contains mainly: red. Hex color #CB709D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB709D is #348F62. Grayscale: #909090. Windows color (decimal): -3444579 or 10318027. OLE color: 10318027.

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

Color convert

RGB203112157-
CMYK00.450.230.20
HSL330.33º46.67%61.76%-
HSV(B)330.33º44.83%79.61%-
XYZ36.5126.7235.13-
YUV144.34135.15169.84-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.01%
GREEN value IS 112 (44.14% from 255) = 23.73%
BLUE value IS 157 (61.72% from 255) = 33.26%
R=43.01%
G=23.73%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311215700.450.230.20330.3346.6761.76
HexCB709D02D171414a2f3e
Octal31316023505527245125776
Binary1100101111100001001110101011011011110100101001010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB709D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB709D; }

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

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

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

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

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

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

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

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