#CB8095

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

Shades of Puce #CB8095

Tints of Puce #CB8095

Color information

#CB8095 (or 0xCB8095) is unknown color: approx Puce. HEX triplet: CB, 80 and 95. RGB value is (203,128,149). Sum of RGB (Red+Green+Blue) = 203+128+149=480 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.29% from 480); Green value is 128 (50.39% from 255 or 26.67% from 480); Blue value is 149 (58.59% from 255 or 31.04% from 480); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8095 is #347F6A. Grayscale: #989898. Windows color (decimal): -3440491 or 9797835. OLE color: 9797835.

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

Color convert

RGB203128149-
CMYK00.370.270.20
HSL343.2º41.9%64.9%-
HSV(B)343.2º36.95%79.61%-
XYZ37.7730.332.29-
YUV152.82125.85163.79-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.29%
GREEN value IS 128 (50.39% from 255) = 26.67%
BLUE value IS 149 (58.59% from 255) = 31.04%
R=42.29%
G=26.67%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312814900.370.270.20343.241.964.9
HexCB80950251B141572a41
Octal313200225045332452752101
Binary110010111000000010010101010010111011101001010101111010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8095; }

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

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

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

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

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

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

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

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