#CB6186

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

Shades of Hopbush #CB6186

Tints of Hopbush #CB6186

Color information

#CB6186 (or 0xCB6186) is unknown color: approx Hopbush. HEX triplet: CB, 61 and 86. RGB value is (203,97,134). Sum of RGB (Red+Green+Blue) = 203+97+134=434 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.77% from 434); Green value is 97 (38.28% from 255 or 22.35% from 434); Blue value is 134 (52.73% from 255 or 30.88% from 434); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6186 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6186 is #349E79. Grayscale: #848484. Windows color (decimal): -3448442 or 8806859. OLE color: 8806859.

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

Color convert

RGB20397134-
CMYK00.520.340.20
HSL339.06º50.48%58.82%-
HSV(B)339.06º52.22%79.61%-
XYZ33.2122.9725.24-
YUV132.91128.62177.99-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.77%
GREEN value IS 97 (38.28% from 255) = 22.35%
BLUE value IS 134 (52.73% from 255) = 30.88%
R=46.77%
G=22.35%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039713400.520.340.20339.0650.4858.82
HexCB61860342214153323b
Octal31314120606442245236273
Binary11001011110000110000110011010010001010100101010011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6186; }

 p { color: rgb(203,97,134); }

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

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

 a { background-color: rgb(203,97,134); }

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

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

 span { border-color: rgb(203,97,134); }

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