#C0825C

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

Shades of Burning Sand #C0825C

Tints of Burning Sand #C0825C

Color information

#C0825C (or 0xC0825C) is unknown color: approx Burning Sand. HEX triplet: C0, 82 and 5C. RGB value is (192,130,92). Sum of RGB (Red+Green+Blue) = 192+130+92=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 130 (51.17% from 255 or 31.40% from 414); Blue value is 92 (36.33% from 255 or 22.22% from 414); Max value from RGB is 192 - color contains mainly: red. Hex color #C0825C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0825C is #3F7DA3. Grayscale: #909090. Windows color (decimal): -4160932 or 6062784. OLE color: 6062784.

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

Color convert

RGB19213092-
CMYK00.320.520.25
HSL22.8º44.25%55.69%-
HSV(B)22.8º52.08%75.29%-
XYZ31.6527.9413.85-
YUV144.2198.54162.09-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.38%
GREEN value IS 130 (51.17% from 255) = 31.40%
BLUE value IS 92 (36.33% from 255) = 22.22%
R=46.38%
G=31.40%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921309200.320.520.2522.844.2555.69
HexC0825C0203419172c38
Octal3002021340406431275470
Binary1100000010000010101110001000001101001100110111101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0825C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0825C; }

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

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

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

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

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

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

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

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