#CB81A1

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

Shades of Puce #CB81A1

Tints of Puce #CB81A1

Color information

#CB81A1 (or 0xCB81A1) is unknown color: approx Puce. HEX triplet: CB, 81 and A1. RGB value is (203,129,161). Sum of RGB (Red+Green+Blue) = 203+129+161=493 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.18% from 493); Green value is 129 (50.78% from 255 or 26.17% from 493); Blue value is 161 (63.28% from 255 or 32.66% from 493); Max value from RGB is 203 - color contains mainly: red. Hex color #CB81A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB81A1 is #347E5E. Grayscale: #9A9A9A. Windows color (decimal): -3440223 or 10584523. OLE color: 10584523.

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

Color convert

RGB203129161-
CMYK00.360.210.20
HSL334.05º41.57%65.1%-
HSV(B)334.05º36.45%79.61%-
XYZ38.9130.9737.65-
YUV154.77131.52162.4-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.18%
GREEN value IS 129 (50.78% from 255) = 26.17%
BLUE value IS 161 (63.28% from 255) = 32.66%
R=41.18%
G=26.17%
B=32.66%

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
Decimal20312916100.360.210.20334.0541.5765.1
HexCB81A1024151414e2a41
Octal313201241044252451652101
Binary110010111000000110100001010010010101101001010011101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB81A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB81A1; }

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

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

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

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

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

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

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

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