#CB6088

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

Shades of Hopbush #CB6088

Tints of Hopbush #CB6088

Color information

#CB6088 (or 0xCB6088) is unknown color: approx Hopbush. HEX triplet: CB, 60 and 88. RGB value is (203,96,136). Sum of RGB (Red+Green+Blue) = 203+96+136=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 96 (37.89% from 255 or 22.07% from 435); Blue value is 136 (53.52% from 255 or 31.26% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6088 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6088 is #349F77. Grayscale: #848484. Windows color (decimal): -3448696 or 8937675. OLE color: 8937675.

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

Color convert

RGB20396136-
CMYK00.530.330.20
HSL337.57º50.71%58.63%-
HSV(B)337.57º52.71%79.61%-
XYZ33.2622.8425.95-
YUV132.55129.95178.25-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.67%
GREEN value IS 96 (37.89% from 255) = 22.07%
BLUE value IS 136 (53.52% from 255) = 31.26%
R=46.67%
G=22.07%
B=31.26%

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
Decimal2039613600.530.330.20337.5750.7158.63
HexCB60880352114152333b
Octal31314021006541245226373
Binary11001011110000010001000011010110000110100101010010110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6088; }

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

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

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

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

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

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

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

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