#C7818E

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

Shades of Puce #C7818E

Tints of Puce #C7818E

Color information

#C7818E (or 0xC7818E) is unknown color: approx Puce. HEX triplet: C7, 81 and 8E. RGB value is (199,129,142). Sum of RGB (Red+Green+Blue) = 199+129+142=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 129 (50.78% from 255 or 27.45% from 470); Blue value is 142 (55.86% from 255 or 30.21% from 470); Max value from RGB is 199 - color contains mainly: red. Hex color #C7818E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7818E is #387E71. Grayscale: #979797. Windows color (decimal): -3702386 or 9339335. OLE color: 9339335.

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

Color convert

RGB199129142-
CMYK00.350.290.22
HSL348.86º38.46%64.31%-
HSV(B)348.86º35.18%78.04%-
XYZ36.2929.829.43-
YUV151.41122.69161.94-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.34%
GREEN value IS 129 (50.78% from 255) = 27.45%
BLUE value IS 142 (55.86% from 255) = 30.21%
R=42.34%
G=27.45%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19912914200.350.290.22348.8638.4664.31
HexC7818E0231D1615d2640
Octal307201216043352653546100
Binary110001111000000110001110010001111101101101010111011001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7818E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7818E; }

 p { color: rgb(199,129,142); }

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

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

 a { background-color: rgb(199,129,142); }

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

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

 span { border-color: rgb(199,129,142); }

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