#CB6089

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

Shades of Hopbush #CB6089

Tints of Hopbush #CB6089

Color information

#CB6089 (or 0xCB6089) is unknown color: approx Hopbush. HEX triplet: CB, 60 and 89. RGB value is (203,96,137). Sum of RGB (Red+Green+Blue) = 203+96+137=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 96 (37.89% from 255 or 22.02% from 436); Blue value is 137 (53.91% from 255 or 31.42% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6089 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6089 is #349F76. Grayscale: #848484. Windows color (decimal): -3448695 or 9003211. OLE color: 9003211.

HSL color Cylindrical-coordinate representation of color #CB6089: hue angle of 337.01º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB6089 is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB20396137-
CMYK00.530.330.20
HSL337.01º50.71%58.63%-
HSV(B)337.01º52.71%79.61%-
XYZ33.3322.8726.32-
YUV132.67130.45178.17-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.56%
GREEN value IS 96 (37.89% from 255) = 22.02%
BLUE value IS 137 (53.91% from 255) = 31.42%
R=46.56%
G=22.02%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039613700.530.330.20337.0150.7158.63
HexCB60890352114151333b
Octal31314021106541245216373
Binary11001011110000010001001011010110000110100101010001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6089; }

 p { color: rgb(203,96,137); }

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

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

 a { background-color: rgb(203,96,137); }

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

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

 span { border-color: rgb(203,96,137); }

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