#CB829C

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

Shades of Puce #CB829C

Tints of Puce #CB829C

Color information

#CB829C (or 0xCB829C) is unknown color: approx Puce. HEX triplet: CB, 82 and 9C. RGB value is (203,130,156). Sum of RGB (Red+Green+Blue) = 203+130+156=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 130 (51.17% from 255 or 26.58% from 489); Blue value is 156 (61.33% from 255 or 31.90% from 489); Max value from RGB is 203 - color contains mainly: red. Hex color #CB829C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB829C is #347D63. Grayscale: #9A9A9A. Windows color (decimal): -3439972 or 10257099. OLE color: 10257099.

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

Color convert

RGB203130156-
CMYK00.360.230.20
HSL338.63º41.24%65.29%-
HSV(B)338.63º35.96%79.61%-
XYZ38.6131.0635.41-
YUV154.79128.68162.39-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.51%
GREEN value IS 130 (51.17% from 255) = 26.58%
BLUE value IS 156 (61.33% from 255) = 31.90%
R=41.51%
G=26.58%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313015600.360.230.20338.6341.2465.29
HexCB829C02417141532941
Octal313202234044272452351101
Binary110010111000001010011100010010010111101001010100111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB829C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB829C; }

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

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

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

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

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

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

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

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