#CB6490

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

Shades of Hopbush #CB6490

Tints of Hopbush #CB6490

Color information

#CB6490 (or 0xCB6490) is unknown color: approx Hopbush. HEX triplet: CB, 64 and 90. RGB value is (203,100,144). Sum of RGB (Red+Green+Blue) = 203+100+144=447 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.41% from 447); Green value is 100 (39.45% from 255 or 22.37% from 447); Blue value is 144 (56.64% from 255 or 32.21% from 447); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6490 is #349B6F. Grayscale: #878787. Windows color (decimal): -3447664 or 9462987. OLE color: 9462987.

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

Color convert

RGB203100144-
CMYK00.510.290.20
HSL334.37º49.76%59.41%-
HSV(B)334.37º50.74%79.61%-
XYZ34.2223.8229.18-
YUV135.81132.62175.92-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.41%
GREEN value IS 100 (39.45% from 255) = 22.37%
BLUE value IS 144 (56.64% from 255) = 32.21%
R=45.41%
G=22.37%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310014400.510.290.20334.3749.7659.41
HexCB64900331D1414e323b
Octal31314422006335245166273
Binary1100101111001001001000001100111110110100101001110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6490; }

 p { color: rgb(203,100,144); }

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

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

 a { background-color: rgb(203,100,144); }

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

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

 span { border-color: rgb(203,100,144); }

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