#CB8995

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

Shades of Puce #CB8995

Tints of Puce #CB8995

Color information

#CB8995 (or 0xCB8995) is unknown color: approx Puce. HEX triplet: CB, 89 and 95. RGB value is (203,137,149). Sum of RGB (Red+Green+Blue) = 203+137+149=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 137 (53.91% from 255 or 28.02% from 489); Blue value is 149 (58.59% from 255 or 30.47% from 489); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8995 is #34766A. Grayscale: #9E9E9E. Windows color (decimal): -3438187 or 9800139. OLE color: 9800139.

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

Color convert

RGB203137149-
CMYK00.330.270.20
HSL349.09º38.82%66.67%-
HSV(B)349.09º32.51%79.61%-
XYZ3932.7632.7-
YUV158.1122.87160.02-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.51%
GREEN value IS 137 (53.91% from 255) = 28.02%
BLUE value IS 149 (58.59% from 255) = 30.47%
R=41.51%
G=28.02%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313714900.330.270.20349.0938.8266.67
HexCB89950211B1415d2743
Octal313211225041332453547103
Binary110010111000100110010101010000111011101001010111011001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8995; }

 p { color: rgb(203,137,149); }

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

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

 a { background-color: rgb(203,137,149); }

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

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

 span { border-color: rgb(203,137,149); }

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