#CB82A6

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

Shades of Puce #CB82A6

Tints of Puce #CB82A6

Color information

#CB82A6 (or 0xCB82A6) is unknown color: approx Puce. HEX triplet: CB, 82 and A6. RGB value is (203,130,166). Sum of RGB (Red+Green+Blue) = 203+130+166=499 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.68% from 499); Green value is 130 (51.17% from 255 or 26.05% from 499); Blue value is 166 (65.23% from 255 or 33.27% from 499); Max value from RGB is 203 - color contains mainly: red. Hex color #CB82A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB82A6 is #347D59. Grayscale: #9B9B9B. Windows color (decimal): -3439962 or 10912459. OLE color: 10912459.

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

Color convert

RGB203130166-
CMYK00.360.180.20
HSL330.41º41.24%65.29%-
HSV(B)330.41º35.96%79.61%-
XYZ39.4931.4140.06-
YUV155.93133.68161.57-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.68%
GREEN value IS 130 (51.17% from 255) = 26.05%
BLUE value IS 166 (65.23% from 255) = 33.27%
R=40.68%
G=26.05%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313016600.360.180.20330.4141.2465.29
HexCB82A6024121414a2941
Octal313202246044222451251101
Binary110010111000001010100110010010010010101001010010101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB82A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB82A6; }

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

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

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

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

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

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

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

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