#CB829F

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

Shades of Puce #CB829F

Tints of Puce #CB829F

Color information

#CB829F (or 0xCB829F) is unknown color: approx Puce. HEX triplet: CB, 82 and 9F. RGB value is (203,130,159). Sum of RGB (Red+Green+Blue) = 203+130+159=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 130 (51.17% from 255 or 26.42% from 492); Blue value is 159 (62.5% from 255 or 32.32% from 492); Max value from RGB is 203 - color contains mainly: red. Hex color #CB829F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB829F is #347D60. Grayscale: #9B9B9B. Windows color (decimal): -3439969 or 10453707. OLE color: 10453707.

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

Color convert

RGB203130159-
CMYK00.360.220.20
HSL336.16º41.24%65.29%-
HSV(B)336.16º35.96%79.61%-
XYZ38.8731.1636.77-
YUV155.13130.18162.14-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.26%
GREEN value IS 130 (51.17% from 255) = 26.42%
BLUE value IS 159 (62.5% from 255) = 32.32%
R=41.26%
G=26.42%
B=32.32%

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
Decimal20313015900.360.220.20336.1641.2465.29
HexCB829F02416141502941
Octal313202237044262452051101
Binary110010111000001010011111010010010110101001010100001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB829F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB829F; }

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

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

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

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

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

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

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

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