#CB8990

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

Shades of Puce #CB8990

Tints of Puce #CB8990

Color information

#CB8990 (or 0xCB8990) is unknown color: approx Puce. HEX triplet: CB, 89 and 90. RGB value is (203,137,144). Sum of RGB (Red+Green+Blue) = 203+137+144=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 137 (53.91% from 255 or 28.31% from 484); Blue value is 144 (56.64% from 255 or 29.75% from 484); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8990 is #34766F. Grayscale: #9D9D9D. Windows color (decimal): -3438192 or 9472459. OLE color: 9472459.

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

Color convert

RGB203137144-
CMYK00.330.290.20
HSL353.64º38.82%66.67%-
HSV(B)353.64º32.51%79.61%-
XYZ38.6132.630.64-
YUV157.53120.37160.43-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.94%
GREEN value IS 137 (53.91% from 255) = 28.31%
BLUE value IS 144 (56.64% from 255) = 29.75%
R=41.94%
G=28.31%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313714400.330.290.20353.6438.8266.67
HexCB89900211D141622743
Octal313211220041352454247103
Binary110010111000100110010000010000111101101001011000101001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8990; }

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

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

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

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

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

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

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

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