#CB819F

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

Shades of Puce #CB819F

Tints of Puce #CB819F

Color information

#CB819F (or 0xCB819F) is unknown color: approx Puce. HEX triplet: CB, 81 and 9F. RGB value is (203,129,159). Sum of RGB (Red+Green+Blue) = 203+129+159=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 129 (50.78% from 255 or 26.27% from 491); Blue value is 159 (62.5% from 255 or 32.38% from 491); Max value from RGB is 203 - color contains mainly: red. Hex color #CB819F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB819F is #347E60. Grayscale: #9A9A9A. Windows color (decimal): -3440225 or 10453451. OLE color: 10453451.

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

Color convert

RGB203129159-
CMYK00.360.220.20
HSL335.68º41.57%65.1%-
HSV(B)335.68º36.45%79.61%-
XYZ38.7430.936.72-
YUV154.55130.52162.56-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.34%
GREEN value IS 129 (50.78% from 255) = 26.27%
BLUE value IS 159 (62.5% from 255) = 32.38%
R=41.34%
G=26.27%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312915900.360.220.20335.6841.5765.1
HexCB819F02416141502a41
Octal313201237044262452052101
Binary110010111000000110011111010010010110101001010100001010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB819F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB819F; }

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

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

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

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

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

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

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

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