#C4825A

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

Shades of Burning Sand #C4825A

Tints of Burning Sand #C4825A

Color information

#C4825A (or 0xC4825A) is unknown color: approx Burning Sand. HEX triplet: C4, 82 and 5A. RGB value is (196,130,90). Sum of RGB (Red+Green+Blue) = 196+130+90=416 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.12% from 416); Green value is 130 (51.17% from 255 or 31.25% from 416); Blue value is 90 (35.55% from 255 or 21.63% from 416); Max value from RGB is 196 - color contains mainly: red. Hex color #C4825A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4825A is #3B7DA5. Grayscale: #919191. Windows color (decimal): -3898790 or 5931716. OLE color: 5931716.

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

Color convert

RGB19613090-
CMYK00.340.540.23
HSL22.64º47.32%56.08%-
HSV(B)22.64º54.08%76.86%-
XYZ32.5928.4413.44-
YUV145.1796.87164.25-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.12%
GREEN value IS 130 (51.17% from 255) = 31.25%
BLUE value IS 90 (35.55% from 255) = 21.63%
R=47.12%
G=31.25%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.54
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961309000.340.540.2322.6447.3256.08
HexC4825A0223617172f38
Octal3042021320426627275770
Binary1100010010000010101101001000101101101011110111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4825A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4825A; }

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

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

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

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

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

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

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

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