#CB898F

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

Shades of Puce #CB898F

Tints of Puce #CB898F

Color information

#CB898F (or 0xCB898F) is unknown color: approx Puce. HEX triplet: CB, 89 and 8F. RGB value is (203,137,143). Sum of RGB (Red+Green+Blue) = 203+137+143=483 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.03% from 483); Green value is 137 (53.91% from 255 or 28.36% from 483); Blue value is 143 (56.25% from 255 or 29.61% from 483); Max value from RGB is 203 - color contains mainly: red. Hex color #CB898F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB898F is #347670. Grayscale: #9D9D9D. Windows color (decimal): -3438193 or 9406923. OLE color: 9406923.

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

Color convert

RGB203137143-
CMYK00.330.300.20
HSL354.55º38.82%66.67%-
HSV(B)354.55º32.51%79.61%-
XYZ38.5332.5730.24-
YUV157.42119.87160.51-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.03%
GREEN value IS 137 (53.91% from 255) = 28.36%
BLUE value IS 143 (56.25% from 255) = 29.61%
R=42.03%
G=28.36%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313714300.330.300.20354.5538.8266.67
HexCB898F0211E141632743
Octal313211217041362454347103
Binary110010111000100110001111010000111110101001011000111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB898F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB898F; }

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

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

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

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

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

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

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

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