#CB76AA

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

Shades of Hopbush #CB76AA

Tints of Hopbush #CB76AA

Color information

#CB76AA (or 0xCB76AA) is unknown color: approx Hopbush. HEX triplet: CB, 76 and AA. RGB value is (203,118,170). Sum of RGB (Red+Green+Blue) = 203+118+170=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 118 (46.48% from 255 or 24.03% from 491); Blue value is 170 (66.80% from 255 or 34.62% from 491); Max value from RGB is 203 - color contains mainly: red. Hex color #CB76AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB76AA is #348955. Grayscale: #959595. Windows color (decimal): -3443030 or 11171531. OLE color: 11171531.

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

Color convert

RGB203118170-
CMYK00.420.160.20
HSL323.29º44.97%62.94%-
HSV(B)323.29º41.87%79.61%-
XYZ38.3628.5641.52-
YUV149.34139.66166.27-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.34%
GREEN value IS 118 (46.48% from 255) = 24.03%
BLUE value IS 170 (66.80% from 255) = 34.62%
R=41.34%
G=24.03%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311817000.420.160.20323.2944.9762.94
HexCB76AA02A10141432d3f
Octal31316625205220245035577
Binary1100101111101101010101001010101000010100101000011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB76AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB76AA; }

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

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

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

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

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

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

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

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