#CB8D8E

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

Shades of Puce #CB8D8E

Tints of Puce #CB8D8E

Color information

#CB8D8E (or 0xCB8D8E) is unknown color: approx Puce. HEX triplet: CB, 8D and 8E. RGB value is (203,141,142). Sum of RGB (Red+Green+Blue) = 203+141+142=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 141 (55.47% from 255 or 29.01% from 486); Blue value is 142 (55.86% from 255 or 29.22% from 486); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8D8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8D8E is #347271. Grayscale: #9F9F9F. Windows color (decimal): -3437170 or 9342411. OLE color: 9342411.

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

Color convert

RGB203141142-
CMYK00.310.300.20
HSL359.03º37.35%67.45%-
HSV(B)359.03º30.54%79.61%-
XYZ39.0433.730.04-
YUV159.65118.04158.92-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.77%
GREEN value IS 141 (55.47% from 255) = 29.01%
BLUE value IS 142 (55.86% from 255) = 29.22%
R=41.77%
G=29.01%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314114200.310.300.20359.0337.3567.45
HexCB8D8E01F1E141672543
Octal313215216037362454745103
Binary11001011100011011000111001111111110101001011001111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8D8E; }

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

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

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

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

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

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

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

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