#CB8D90

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

Shades of Puce #CB8D90

Tints of Puce #CB8D90

Color information

#CB8D90 (or 0xCB8D90) is unknown color: approx Puce. HEX triplet: CB, 8D and 90. RGB value is (203,141,144). Sum of RGB (Red+Green+Blue) = 203+141+144=488 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.60% from 488); Green value is 141 (55.47% from 255 or 28.89% from 488); Blue value is 144 (56.64% from 255 or 29.51% from 488); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8D90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8D90 is #34726F. Grayscale: #9F9F9F. Windows color (decimal): -3437168 or 9473483. OLE color: 9473483.

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

Color convert

RGB203141144-
CMYK00.310.290.20
HSL357.1º37.35%67.45%-
HSV(B)357.1º30.54%79.61%-
XYZ39.1933.7630.84-
YUV159.88119.04158.76-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.60%
GREEN value IS 141 (55.47% from 255) = 28.89%
BLUE value IS 144 (56.64% from 255) = 29.51%
R=41.60%
G=28.89%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314114400.310.290.20357.137.3567.45
HexCB8D9001F1D141652543
Octal313215220037352454545103
Binary11001011100011011001000001111111101101001011001011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8D90; }

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

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

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

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

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

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

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

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