#CB76B0

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

Shades of Hopbush #CB76B0

Tints of Hopbush #CB76B0

Color information

#CB76B0 (or 0xCB76B0) is unknown color: approx Hopbush. HEX triplet: CB, 76 and B0. RGB value is (203,118,176). Sum of RGB (Red+Green+Blue) = 203+118+176=497 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.85% from 497); Green value is 118 (46.48% from 255 or 23.74% from 497); Blue value is 176 (69.14% from 255 or 35.41% from 497); Max value from RGB is 203 - color contains mainly: red. Hex color #CB76B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB76B0 is #34894F. Grayscale: #959595. Windows color (decimal): -3443024 or 11564747. OLE color: 11564747.

HSL color Cylindrical-coordinate representation of color #CB76B0: hue angle of 319.06º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CB76B0 is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB203118176-
CMYK00.420.130.20
HSL319.06º44.97%62.94%-
HSV(B)319.06º41.87%79.61%-
XYZ38.9428.7944.58-
YUV150.03142.66165.78-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.85%
GREEN value IS 118 (46.48% from 255) = 23.74%
BLUE value IS 176 (69.14% from 255) = 35.41%
R=40.85%
G=23.74%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311817600.420.130.20319.0644.9762.94
HexCB76B002AD1413f2d3f
Octal31316626005215244775577
Binary110010111110110101100000101010110110100100111111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB76B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB76B0; }

 p { color: rgb(203,118,176); }

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

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

 a { background-color: rgb(203,118,176); }

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

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

 span { border-color: rgb(203,118,176); }

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