#CB898D

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

Shades of Puce #CB898D

Tints of Puce #CB898D

Color information

#CB898D (or 0xCB898D) is unknown color: approx Puce. HEX triplet: CB, 89 and 8D. RGB value is (203,137,141). Sum of RGB (Red+Green+Blue) = 203+137+141=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 137 (53.91% from 255 or 28.48% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 203 - color contains mainly: red. Hex color #CB898D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB898D is #347672. Grayscale: #9D9D9D. Windows color (decimal): -3438195 or 9275851. OLE color: 9275851.

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

Color convert

RGB203137141-
CMYK00.330.310.20
HSL356.36º38.82%66.67%-
HSV(B)356.36º32.51%79.61%-
XYZ38.3832.5129.45-
YUV157.19118.87160.67-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.20%
GREEN value IS 137 (53.91% from 255) = 28.48%
BLUE value IS 141 (55.47% from 255) = 29.31%
R=42.20%
G=28.48%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313714100.330.310.20356.3638.8266.67
HexCB898D0211F141642743
Octal313211215041372454447103
Binary110010111000100110001101010000111111101001011001001001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB898D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB898D; }

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

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

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

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

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

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

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

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