#C07C62

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

Shades of Burning Sand #C07C62

Tints of Burning Sand #C07C62

Color information

#C07C62 (or 0xC07C62) is unknown color: approx Burning Sand. HEX triplet: C0, 7C and 62. RGB value is (192,124,98). Sum of RGB (Red+Green+Blue) = 192+124+98=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 124 (48.83% from 255 or 29.95% from 414); Blue value is 98 (38.67% from 255 or 23.67% from 414); Max value from RGB is 192 - color contains mainly: red. Hex color #C07C62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07C62 is #3F839D. Grayscale: #8D8D8D. Windows color (decimal): -4162462 or 6454464. OLE color: 6454464.

HSL color Cylindrical-coordinate representation of color #C07C62: hue angle of 16.6º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C07C62 is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB19212498-
CMYK00.350.490.25
HSL16.6º42.73%56.86%-
HSV(B)16.6º48.96%75.29%-
XYZ31.1526.515.03-
YUV141.37103.53164.11-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.38%
GREEN value IS 124 (48.83% from 255) = 29.95%
BLUE value IS 98 (38.67% from 255) = 23.67%
R=46.38%
G=29.95%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921249800.350.490.2516.642.7356.86
HexC07C620233119112b39
Octal3001741420436131215371
Binary110000001111100110001001000111100011100110001101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07C62; }

 p { color: rgb(192,124,98); }

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

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

 a { background-color: rgb(192,124,98); }

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

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

 span { border-color: rgb(192,124,98); }

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