#C8849C

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

Shades of Puce #C8849C

Tints of Puce #C8849C

Color information

#C8849C (or 0xC8849C) is unknown color: approx Puce. HEX triplet: C8, 84 and 9C. RGB value is (200,132,156). Sum of RGB (Red+Green+Blue) = 200+132+156=488 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.98% from 488); Green value is 132 (51.95% from 255 or 27.05% from 488); Blue value is 156 (61.33% from 255 or 31.97% from 488); Max value from RGB is 200 - color contains mainly: red. Hex color #C8849C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8849C is #377B63. Grayscale: #9B9B9B. Windows color (decimal): -3636068 or 10257608. OLE color: 10257608.

HSL color Cylindrical-coordinate representation of color #C8849C: hue angle of 338.82º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C8849C is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB200132156-
CMYK00.340.220.22
HSL338.82º38.2%65.1%-
HSV(B)338.82º34%78.43%-
XYZ38.0731.1835.46-
YUV155.07128.53160.05-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.98%
GREEN value IS 132 (51.95% from 255) = 27.05%
BLUE value IS 156 (61.33% from 255) = 31.97%
R=40.98%
G=27.05%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013215600.340.220.22338.8238.265.1
HexC8849C02216161532641
Octal310204234042262652346101
Binary110010001000010010011100010001010110101101010100111001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8849C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8849C; }

 p { color: rgb(200,132,156); }

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

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

 a { background-color: rgb(200,132,156); }

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

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

 span { border-color: rgb(200,132,156); }

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