#CB83A8

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

Shades of Puce #CB83A8

Tints of Puce #CB83A8

Color information

#CB83A8 (or 0xCB83A8) is unknown color: approx Puce. HEX triplet: CB, 83 and A8. RGB value is (203,131,168). Sum of RGB (Red+Green+Blue) = 203+131+168=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 131 (51.56% from 255 or 26.10% from 502); Blue value is 168 (66.02% from 255 or 33.47% from 502); Max value from RGB is 203 - color contains mainly: red. Hex color #CB83A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB83A8 is #347C57. Grayscale: #9C9C9C. Windows color (decimal): -3439704 or 11043787. OLE color: 11043787.

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

Color convert

RGB203131168-
CMYK00.350.170.20
HSL329.17º40.91%65.49%-
HSV(B)329.17º35.47%79.61%-
XYZ39.8131.7641.08-
YUV156.75134.35160.99-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.44%
GREEN value IS 131 (51.56% from 255) = 26.10%
BLUE value IS 168 (66.02% from 255) = 33.47%
R=40.44%
G=26.10%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313116800.350.170.20329.1740.9165.49
HexCB83A802311141492941
Octal313203250043212451151101
Binary110010111000001110101000010001110001101001010010011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB83A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB83A8; }

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

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

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

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

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

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

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

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