#C0825A

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

Shades of Burning Sand #C0825A

Tints of Burning Sand #C0825A

Color information

#C0825A (or 0xC0825A) is unknown color: approx Burning Sand. HEX triplet: C0, 82 and 5A. RGB value is (192,130,90). Sum of RGB (Red+Green+Blue) = 192+130+90=412 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.60% from 412); Green value is 130 (51.17% from 255 or 31.55% from 412); Blue value is 90 (35.55% from 255 or 21.84% from 412); Max value from RGB is 192 - color contains mainly: red. Hex color #C0825A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0825A is #3F7DA5. Grayscale: #909090. Windows color (decimal): -4160934 or 5931712. OLE color: 5931712.

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

Color convert

RGB19213090-
CMYK00.320.530.25
HSL23.53º44.74%55.29%-
HSV(B)23.53º53.12%75.29%-
XYZ31.5727.9113.4-
YUV143.9897.54162.25-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.60%
GREEN value IS 130 (51.17% from 255) = 31.55%
BLUE value IS 90 (35.55% from 255) = 21.84%
R=46.60%
G=31.55%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921309000.320.530.2523.5344.7455.29
HexC0825A0203519182d37
Octal3002021320406531305567
Binary1100000010000010101101001000001101011100111000101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0825A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0825A; }

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

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

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

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

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

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

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

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