#CB83A6

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

Shades of Puce #CB83A6

Tints of Puce #CB83A6

Color information

#CB83A6 (or 0xCB83A6) is unknown color: approx Puce. HEX triplet: CB, 83 and A6. RGB value is (203,131,166). Sum of RGB (Red+Green+Blue) = 203+131+166=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 131 (51.56% from 255 or 26.2% from 500); Blue value is 166 (65.23% from 255 or 33.2% from 500); Max value from RGB is 203 - color contains mainly: red. Hex color #CB83A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB83A6 is #347C59. Grayscale: #9C9C9C. Windows color (decimal): -3439706 or 10912715. OLE color: 10912715.

HSL color Cylindrical-coordinate representation of color #CB83A6: hue angle of 330.83º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CB83A6 is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB203131166-
CMYK00.350.180.20
HSL330.83º40.91%65.49%-
HSV(B)330.83º35.47%79.61%-
XYZ39.6331.6840.1-
YUV156.52133.35161.15-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.6%
GREEN value IS 131 (51.56% from 255) = 26.2%
BLUE value IS 166 (65.23% from 255) = 33.2%
R=40.6%
G=26.2%
B=33.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313116600.350.180.20330.8340.9165.49
HexCB83A6023121414b2941
Octal313203246043222451351101
Binary110010111000001110100110010001110010101001010010111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB83A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB83A6; }

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

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

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

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

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

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

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

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