#CB8994

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

Shades of Puce #CB8994

Tints of Puce #CB8994

Color information

#CB8994 (or 0xCB8994) is unknown color: approx Puce. HEX triplet: CB, 89 and 94. RGB value is (203,137,148). Sum of RGB (Red+Green+Blue) = 203+137+148=488 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.60% from 488); Green value is 137 (53.91% from 255 or 28.07% from 488); Blue value is 148 (58.20% from 255 or 30.33% from 488); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8994 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8994 is #34766B. Grayscale: #9E9E9E. Windows color (decimal): -3438188 or 9734603. OLE color: 9734603.

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

Color convert

RGB203137148-
CMYK00.330.270.20
HSL350º38.82%66.67%-
HSV(B)350º32.51%79.61%-
XYZ38.9232.7332.28-
YUV157.99122.37160.11-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.60%
GREEN value IS 137 (53.91% from 255) = 28.07%
BLUE value IS 148 (58.20% from 255) = 30.33%
R=41.60%
G=28.07%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313714800.330.270.2035038.8266.67
HexCB89940211B1415e2743
Octal313211224041332453647103
Binary110010111000100110010100010000111011101001010111101001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8994; }

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

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

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

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

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

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

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

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