#CB6591

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

Shades of Hopbush #CB6591

Tints of Hopbush #CB6591

Color information

#CB6591 (or 0xCB6591) is unknown color: approx Hopbush. HEX triplet: CB, 65 and 91. RGB value is (203,101,145). Sum of RGB (Red+Green+Blue) = 203+101+145=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 101 (39.84% from 255 or 22.49% from 449); Blue value is 145 (57.03% from 255 or 32.29% from 449); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6591 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6591 is #349A6E. Grayscale: #888888. Windows color (decimal): -3447407 or 9528779. OLE color: 9528779.

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

Color convert

RGB203101145-
CMYK00.500.290.20
HSL334.12º49.51%59.61%-
HSV(B)334.12º50.25%79.61%-
XYZ34.3924.0529.62-
YUV136.51132.79175.42-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.21%
GREEN value IS 101 (39.84% from 255) = 22.49%
BLUE value IS 145 (57.03% from 255) = 32.29%
R=45.21%
G=22.49%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310114500.500.290.20334.1249.5159.61
HexCB65910321D1414e323c
Octal31314522106235245166274
Binary1100101111001011001000101100101110110100101001110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6591; }

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

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

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

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

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

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

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

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