#CB829D

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

Shades of Puce #CB829D

Tints of Puce #CB829D

Color information

#CB829D (or 0xCB829D) is unknown color: approx Puce. HEX triplet: CB, 82 and 9D. RGB value is (203,130,157). Sum of RGB (Red+Green+Blue) = 203+130+157=490 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.43% from 490); Green value is 130 (51.17% from 255 or 26.53% from 490); Blue value is 157 (61.72% from 255 or 32.04% from 490); Max value from RGB is 203 - color contains mainly: red. Hex color #CB829D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB829D is #347D62. Grayscale: #9A9A9A. Windows color (decimal): -3439971 or 10322635. OLE color: 10322635.

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

Color convert

RGB203130157-
CMYK00.360.230.20
HSL337.81º41.24%65.29%-
HSV(B)337.81º35.96%79.61%-
XYZ38.731.135.86-
YUV154.9129.18162.3-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.43%
GREEN value IS 130 (51.17% from 255) = 26.53%
BLUE value IS 157 (61.72% from 255) = 32.04%
R=41.43%
G=26.53%
B=32.04%

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
Decimal20313015700.360.230.20337.8141.2465.29
HexCB829D02417141522941
Octal313202235044272452251101
Binary110010111000001010011101010010010111101001010100101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB829D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB829D; }

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

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

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

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

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

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

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

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