#CB829A

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

Shades of Puce #CB829A

Tints of Puce #CB829A

Color information

#CB829A (or 0xCB829A) is unknown color: approx Puce. HEX triplet: CB, 82 and 9A. RGB value is (203,130,154). Sum of RGB (Red+Green+Blue) = 203+130+154=487 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.68% from 487); Green value is 130 (51.17% from 255 or 26.69% from 487); Blue value is 154 (60.55% from 255 or 31.62% from 487); Max value from RGB is 203 - color contains mainly: red. Hex color #CB829A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB829A is #347D65. Grayscale: #9A9A9A. Windows color (decimal): -3439974 or 10126027. OLE color: 10126027.

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

Color convert

RGB203130154-
CMYK00.360.240.20
HSL340.27º41.24%65.29%-
HSV(B)340.27º35.96%79.61%-
XYZ38.4430.9934.53-
YUV154.56127.68162.55-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.68%
GREEN value IS 130 (51.17% from 255) = 26.69%
BLUE value IS 154 (60.55% from 255) = 31.62%
R=41.68%
G=26.69%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313015400.360.240.20340.2741.2465.29
HexCB829A02418141542941
Octal313202232044302452451101
Binary110010111000001010011010010010011000101001010101001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB829A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB829A; }

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

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

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

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

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

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

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

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