#CB8494

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

Shades of Puce #CB8494

Tints of Puce #CB8494

Color information

#CB8494 (or 0xCB8494) is unknown color: approx Puce. HEX triplet: CB, 84 and 94. RGB value is (203,132,148). Sum of RGB (Red+Green+Blue) = 203+132+148=483 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.03% from 483); Green value is 132 (51.95% from 255 or 27.33% from 483); Blue value is 148 (58.20% from 255 or 30.64% from 483); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8494 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8494 is #347B6B. Grayscale: #9B9B9B. Windows color (decimal): -3439468 or 9733323. OLE color: 9733323.

HSL color Cylindrical-coordinate representation of color #CB8494: hue angle of 346.48º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CB8494 is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB203132148-
CMYK00.350.270.20
HSL346.48º40.57%65.69%-
HSV(B)346.48º34.98%79.61%-
XYZ38.2331.3432.05-
YUV155.05124.02162.2-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.03%
GREEN value IS 132 (51.95% from 255) = 27.33%
BLUE value IS 148 (58.20% from 255) = 30.64%
R=42.03%
G=27.33%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313214800.350.270.20346.4840.5765.69
HexCB84940231B1415a2942
Octal313204224043332453251102
Binary110010111000010010010100010001111011101001010110101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8494; }

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

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

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

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

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

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

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

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