#CB6597

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

Shades of Hopbush #CB6597

Tints of Hopbush #CB6597

Color information

#CB6597 (or 0xCB6597) is unknown color: approx Hopbush. HEX triplet: CB, 65 and 97. RGB value is (203,101,151). Sum of RGB (Red+Green+Blue) = 203+101+151=455 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.62% from 455); Green value is 101 (39.84% from 255 or 22.20% from 455); Blue value is 151 (59.38% from 255 or 33.19% from 455); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6597 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6597 is #349A68. Grayscale: #898989. Windows color (decimal): -3447401 or 9921995. OLE color: 9921995.

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

Color convert

RGB203101151-
CMYK00.500.260.20
HSL330.59º49.51%59.61%-
HSV(B)330.59º50.25%79.61%-
XYZ34.8724.2432.12-
YUV137.2135.79174.93-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.62%
GREEN value IS 101 (39.84% from 255) = 22.20%
BLUE value IS 151 (59.38% from 255) = 33.19%
R=44.62%
G=22.20%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310115100.500.260.20330.5949.5159.61
HexCB65970321A1414b323c
Octal31314522706232245136274
Binary1100101111001011001011101100101101010100101001011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6597; }

 p { color: rgb(203,101,151); }

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

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

 a { background-color: rgb(203,101,151); }

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

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

 span { border-color: rgb(203,101,151); }

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