#CB82AA

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

Shades of Puce #CB82AA

Tints of Puce #CB82AA

Color information

#CB82AA (or 0xCB82AA) is unknown color: approx Puce. HEX triplet: CB, 82 and AA. RGB value is (203,130,170). Sum of RGB (Red+Green+Blue) = 203+130+170=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 130 (51.17% from 255 or 25.84% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 203 - color contains mainly: red. Hex color #CB82AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB82AA is #347D55. Grayscale: #9C9C9C. Windows color (decimal): -3439958 or 11174603. OLE color: 11174603.

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

Color convert

RGB203130170-
CMYK00.360.160.20
HSL327.12º41.24%65.29%-
HSV(B)327.12º35.96%79.61%-
XYZ39.8731.5642.02-
YUV156.39135.68161.25-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.36%
GREEN value IS 130 (51.17% from 255) = 25.84%
BLUE value IS 170 (66.80% from 255) = 33.80%
R=40.36%
G=25.84%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313017000.360.160.20327.1241.2465.29
HexCB82AA02410141472941
Octal313202252044202450751101
Binary110010111000001010101010010010010000101001010001111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB82AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB82AA; }

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

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

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

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

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

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

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

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