#C0848E

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

Shades of Puce #C0848E

Tints of Puce #C0848E

Color information

#C0848E (or 0xC0848E) is unknown color: approx Puce. HEX triplet: C0, 84 and 8E. RGB value is (192,132,142). Sum of RGB (Red+Green+Blue) = 192+132+142=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 132 (51.95% from 255 or 28.33% from 466); Blue value is 142 (55.86% from 255 or 30.47% from 466); Max value from RGB is 192 - color contains mainly: red. Hex color #C0848E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0848E is #3F7B71. Grayscale: #979797. Windows color (decimal): -4160370 or 9340096. OLE color: 9340096.

HSL color Cylindrical-coordinate representation of color #C0848E: hue angle of 350º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C0848E is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB192132142-
CMYK00.310.260.25
HSL350º32.26%63.53%-
HSV(B)350º31.25%75.29%-
XYZ34.8729.6629.48-
YUV151.08122.88157.19-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.20%
GREEN value IS 132 (51.95% from 255) = 28.33%
BLUE value IS 142 (55.86% from 255) = 30.47%
R=41.20%
G=28.33%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213214200.310.260.2535032.2663.53
HexC0848E01F1A1915e2040
Octal300204216037323153640100
Binary11000000100001001000111001111111010110011010111101000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0848E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0848E; }

 p { color: rgb(192,132,142); }

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

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

 a { background-color: rgb(192,132,142); }

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

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

 span { border-color: rgb(192,132,142); }

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