#C4816E

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

Shades of Burning Sand #C4816E

Tints of Burning Sand #C4816E

Color information

#C4816E (or 0xC4816E) is unknown color: approx Burning Sand. HEX triplet: C4, 81 and 6E. RGB value is (196,129,110). Sum of RGB (Red+Green+Blue) = 196+129+110=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 129 (50.78% from 255 or 29.66% from 435); Blue value is 110 (43.36% from 255 or 25.29% from 435); Max value from RGB is 196 - color contains mainly: red. Hex color #C4816E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4816E is #3B7E91. Grayscale: #939393. Windows color (decimal): -3899026 or 7242180. OLE color: 7242180.

HSL color Cylindrical-coordinate representation of color #C4816E: hue angle of 13.26º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C4816E is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB196129110-
CMYK00.340.440.23
HSL13.26º42.16%60%-
HSV(B)13.26º43.88%76.86%-
XYZ33.4328.5618.5-
YUV146.87107.2163.04-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.06%
GREEN value IS 129 (50.78% from 255) = 29.66%
BLUE value IS 110 (43.36% from 255) = 25.29%
R=45.06%
G=29.66%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612911000.340.440.2313.2642.1660
HexC4816E0222C17d2a3c
Octal3042011560425427155274
Binary110001001000000111011100100010101100101111101101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4816E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4816E; }

 p { color: rgb(196,129,110); }

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

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

 a { background-color: rgb(196,129,110); }

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

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

 span { border-color: rgb(196,129,110); }

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