#CB6C90

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

Shades of Hopbush #CB6C90

Tints of Hopbush #CB6C90

Color information

#CB6C90 (or 0xCB6C90) is unknown color: approx Hopbush. HEX triplet: CB, 6C and 90. RGB value is (203,108,144). Sum of RGB (Red+Green+Blue) = 203+108+144=455 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.62% from 455); Green value is 108 (42.58% from 255 or 23.74% from 455); Blue value is 144 (56.64% from 255 or 31.65% from 455); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6C90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6C90 is #34936F. Grayscale: #8C8C8C. Windows color (decimal): -3445616 or 9465035. OLE color: 9465035.

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

Color convert

RGB203108144-
CMYK00.470.290.20
HSL337.26º47.74%60.98%-
HSV(B)337.26º46.8%79.61%-
XYZ35.0325.4429.45-
YUV140.51129.97172.57-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.62%
GREEN value IS 108 (42.58% from 255) = 23.74%
BLUE value IS 144 (56.64% from 255) = 31.65%
R=44.62%
G=23.74%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310814400.470.290.20337.2647.7460.98
HexCB6C9002F1D14151303d
Octal31315422005735245216075
Binary1100101111011001001000001011111110110100101010001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6C90; }

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

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

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

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

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

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

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

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