#CB81A0

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

Shades of Puce #CB81A0

Tints of Puce #CB81A0

Color information

#CB81A0 (or 0xCB81A0) is unknown color: approx Puce. HEX triplet: CB, 81 and A0. RGB value is (203,129,160). Sum of RGB (Red+Green+Blue) = 203+129+160=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 129 (50.78% from 255 or 26.22% from 492); Blue value is 160 (62.89% from 255 or 32.52% from 492); Max value from RGB is 203 - color contains mainly: red. Hex color #CB81A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB81A0 is #347E5F. Grayscale: #9A9A9A. Windows color (decimal): -3440224 or 10518987. OLE color: 10518987.

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

Color convert

RGB203129160-
CMYK00.360.210.20
HSL334.86º41.57%65.1%-
HSV(B)334.86º36.45%79.61%-
XYZ38.8230.9437.18-
YUV154.66131.02162.48-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.26%
GREEN value IS 129 (50.78% from 255) = 26.22%
BLUE value IS 160 (62.89% from 255) = 32.52%
R=41.26%
G=26.22%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312916000.360.210.20334.8641.5765.1
HexCB81A0024151414f2a41
Octal313201240044252451752101
Binary110010111000000110100000010010010101101001010011111010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB81A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB81A0; }

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

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

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

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

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

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

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

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