#CB899D

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

Shades of Puce #CB899D

Tints of Puce #CB899D

Color information

#CB899D (or 0xCB899D) is unknown color: approx Puce. HEX triplet: CB, 89 and 9D. RGB value is (203,137,157). Sum of RGB (Red+Green+Blue) = 203+137+157=497 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.85% from 497); Green value is 137 (53.91% from 255 or 27.57% from 497); Blue value is 157 (61.72% from 255 or 31.59% from 497); Max value from RGB is 203 - color contains mainly: red. Hex color #CB899D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB899D is #347662. Grayscale: #9F9F9F. Windows color (decimal): -3438179 or 10324427. OLE color: 10324427.

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

Color convert

RGB203137157-
CMYK00.330.230.20
HSL341.82º38.82%66.67%-
HSV(B)341.82º32.51%79.61%-
XYZ39.6633.0236.18-
YUV159.01126.87159.37-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.85%
GREEN value IS 137 (53.91% from 255) = 27.57%
BLUE value IS 157 (61.72% from 255) = 31.59%
R=40.85%
G=27.57%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313715700.330.230.20341.8238.8266.67
HexCB899D02117141562743
Octal313211235041272452647103
Binary110010111000100110011101010000110111101001010101101001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB899D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB899D; }

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

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

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

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

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

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

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

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