#CB81AA

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

Shades of Puce #CB81AA

Tints of Puce #CB81AA

Color information

#CB81AA (or 0xCB81AA) is unknown color: approx Puce. HEX triplet: CB, 81 and AA. RGB value is (203,129,170). Sum of RGB (Red+Green+Blue) = 203+129+170=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 129 (50.78% from 255 or 25.70% from 502); Blue value is 170 (66.80% from 255 or 33.86% from 502); Max value from RGB is 203 - color contains mainly: red. Hex color #CB81AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB81AA is #347E55. Grayscale: #9B9B9B. Windows color (decimal): -3440214 or 11174347. OLE color: 11174347.

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

Color convert

RGB203129170-
CMYK00.360.160.20
HSL326.76º41.57%65.1%-
HSV(B)326.76º36.45%79.61%-
XYZ39.7331.341.98-
YUV155.8136.02161.67-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.44%
GREEN value IS 129 (50.78% from 255) = 25.70%
BLUE value IS 170 (66.80% from 255) = 33.86%
R=40.44%
G=25.70%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312917000.360.160.20326.7641.5765.1
HexCB81AA02410141472a41
Octal313201252044202450752101
Binary110010111000000110101010010010010000101001010001111010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB81AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB81AA; }

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

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

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

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

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

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

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

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