#C07D63

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

Shades of Burning Sand #C07D63

Tints of Burning Sand #C07D63

Color information

#C07D63 (or 0xC07D63) is unknown color: approx Burning Sand. HEX triplet: C0, 7D and 63. RGB value is (192,125,99). Sum of RGB (Red+Green+Blue) = 192+125+99=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 125 (49.22% from 255 or 30.05% from 416); Blue value is 99 (39.06% from 255 or 23.80% from 416); Max value from RGB is 192 - color contains mainly: red. Hex color #C07D63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07D63 is #3F829C. Grayscale: #8E8E8E. Windows color (decimal): -4162205 or 6520256. OLE color: 6520256.

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

Color convert

RGB19212599-
CMYK00.350.480.25
HSL16.77º42.47%57.06%-
HSV(B)16.77º48.44%75.29%-
XYZ31.3226.7715.32-
YUV142.07103.7163.61-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.15%
GREEN value IS 125 (49.22% from 255) = 30.05%
BLUE value IS 99 (39.06% from 255) = 23.80%
R=46.15%
G=30.05%
B=23.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921259900.350.480.2516.7742.4757.06
HexC07D630233019112a39
Octal3001751430436031215271
Binary110000001111101110001101000111100001100110001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07D63; }

 p { color: rgb(192,125,99); }

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

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

 a { background-color: rgb(192,125,99); }

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

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

 span { border-color: rgb(192,125,99); }

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