#C4826E

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

Shades of Burning Sand #C4826E

Tints of Burning Sand #C4826E

Color information

#C4826E (or 0xC4826E) is unknown color: approx Burning Sand. HEX triplet: C4, 82 and 6E. RGB value is (196,130,110). Sum of RGB (Red+Green+Blue) = 196+130+110=436 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.95% from 436); Green value is 130 (51.17% from 255 or 29.82% from 436); Blue value is 110 (43.36% from 255 or 25.23% from 436); Max value from RGB is 196 - color contains mainly: red. Hex color #C4826E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4826E is #3B7D91. Grayscale: #939393. Windows color (decimal): -3898770 or 7242436. OLE color: 7242436.

HSL color Cylindrical-coordinate representation of color #C4826E: hue angle of 13.95º 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 #C4826E is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB196130110-
CMYK00.340.440.23
HSL13.95º42.16%60%-
HSV(B)13.95º43.88%76.86%-
XYZ33.5628.8318.55-
YUV147.45106.87162.63-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.95%
GREEN value IS 130 (51.17% from 255) = 29.82%
BLUE value IS 110 (43.36% from 255) = 25.23%
R=44.95%
G=29.82%
B=25.23%

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
Decimal19613011000.340.440.2313.9542.1660
HexC4826E0222C17e2a3c
Octal3042021560425427165274
Binary110001001000001011011100100010101100101111110101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4826E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4826E; }

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

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

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

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

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

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

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

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