#CB8898

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

Shades of Puce #CB8898

Tints of Puce #CB8898

Color information

#CB8898 (or 0xCB8898) is unknown color: approx Puce. HEX triplet: CB, 88 and 98. RGB value is (203,136,152). Sum of RGB (Red+Green+Blue) = 203+136+152=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 136 (53.52% from 255 or 27.70% from 491); Blue value is 152 (59.77% from 255 or 30.96% from 491); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8898 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8898 is #347767. Grayscale: #9D9D9D. Windows color (decimal): -3438440 or 9996491. OLE color: 9996491.

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

Color convert

RGB203136152-
CMYK00.330.250.20
HSL345.67º39.18%66.47%-
HSV(B)345.67º33%79.61%-
XYZ39.132.5733.93-
YUV157.86124.7160.2-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.34%
GREEN value IS 136 (53.52% from 255) = 27.70%
BLUE value IS 152 (59.77% from 255) = 30.96%
R=41.34%
G=27.70%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313615200.330.250.20345.6739.1866.47
HexCB8898021191415a2742
Octal313210230041312453247102
Binary110010111000100010011000010000111001101001010110101001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8898; }

 p { color: rgb(203,136,152); }

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

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

 a { background-color: rgb(203,136,152); }

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

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

 span { border-color: rgb(203,136,152); }

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