#CB8D96

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

Shades of Puce #CB8D96

Tints of Puce #CB8D96

Color information

#CB8D96 (or 0xCB8D96) is unknown color: approx Puce. HEX triplet: CB, 8D and 96. RGB value is (203,141,150). Sum of RGB (Red+Green+Blue) = 203+141+150=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 141 (55.47% from 255 or 28.54% from 494); Blue value is 150 (58.98% from 255 or 30.36% from 494); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8D96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8D96 is #347269. Grayscale: #A0A0A0. Windows color (decimal): -3437162 or 9866699. OLE color: 9866699.

HSL color Cylindrical-coordinate representation of color #CB8D96: hue angle of 351.29º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CB8D96 is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB203141150-
CMYK00.310.260.20
HSL351.29º37.35%67.45%-
HSV(B)351.29º30.54%79.61%-
XYZ39.6633.9533.32-
YUV160.56122.04158.27-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.09%
GREEN value IS 141 (55.47% from 255) = 28.54%
BLUE value IS 150 (58.98% from 255) = 30.36%
R=41.09%
G=28.54%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314115000.310.260.20351.2937.3567.45
HexCB8D9601F1A1415f2543
Octal313215226037322453745103
Binary11001011100011011001011001111111010101001010111111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8D96; }

 p { color: rgb(203,141,150); }

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

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

 a { background-color: rgb(203,141,150); }

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

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

 span { border-color: rgb(203,141,150); }

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