#CB6085

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

Shades of Hopbush #CB6085

Tints of Hopbush #CB6085

Color information

#CB6085 (or 0xCB6085) is unknown color: approx Hopbush. HEX triplet: CB, 60 and 85. RGB value is (203,96,133). Sum of RGB (Red+Green+Blue) = 203+96+133=432 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.99% from 432); Green value is 96 (37.89% from 255 or 22.22% from 432); Blue value is 133 (52.34% from 255 or 30.79% from 432); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6085 is #349F7A. Grayscale: #848484. Windows color (decimal): -3448699 or 8741067. OLE color: 8741067.

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

Color convert

RGB20396133-
CMYK00.530.340.20
HSL339.25º50.71%58.63%-
HSV(B)339.25º52.71%79.61%-
XYZ33.0522.7624.84-
YUV132.21128.45178.49-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.99%
GREEN value IS 96 (37.89% from 255) = 22.22%
BLUE value IS 133 (52.34% from 255) = 30.79%
R=46.99%
G=22.22%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039613300.530.340.20339.2550.7158.63
HexCB60850352214153333b
Octal31314020506542245236373
Binary11001011110000010000101011010110001010100101010011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6085; }

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

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

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

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

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

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

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

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