#CB80AA

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

Shades of Puce #CB80AA

Tints of Puce #CB80AA

Color information

#CB80AA (or 0xCB80AA) is unknown color: approx Puce. HEX triplet: CB, 80 and AA. RGB value is (203,128,170). Sum of RGB (Red+Green+Blue) = 203+128+170=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 128 (50.39% from 255 or 25.55% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 203 - color contains mainly: red. Hex color #CB80AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB80AA is #347F55. Grayscale: #9B9B9B. Windows color (decimal): -3440470 or 11174091. OLE color: 11174091.

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

Color convert

RGB203128170-
CMYK00.370.160.20
HSL326.4º41.9%64.9%-
HSV(B)326.4º36.95%79.61%-
XYZ39.631.0441.93-
YUV155.21136.35162.08-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.52%
GREEN value IS 128 (50.39% from 255) = 25.55%
BLUE value IS 170 (66.80% from 255) = 33.93%
R=40.52%
G=25.55%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312817000.370.160.20326.441.964.9
HexCB80AA02510141462a41
Octal313200252045202450652101
Binary110010111000000010101010010010110000101001010001101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB80AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB80AA; }

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

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

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

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

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

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

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

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