#c07d68

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

Shades of Burning Sand #C07D68

Tints of Burning Sand #C07D68

Color information

#C07D68 (or 0xC07D68) is unknown color: approx Burning Sand. HEX triplet: C0, 7D and 68. RGB value is (192,125,104). Sum of RGB (Red+Green+Blue) = 192+125+104=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 125 (49.22% from 255 or 29.69% from 421); Blue value is 104 (41.02% from 255 or 24.70% from 421); Max value from RGB is 192 - color contains mainly: red. Hex color #C07D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07D68 is #3F8297. Grayscale: #8E8E8E. Windows color (decimal): -4162200 or 6847936. OLE color: 6847936.

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

Color convert

RGB192125104-
CMYK00.350.460.25
HSL14.32º41.12%58.04%-
HSV(B)14.32º45.83%75.29%-
XYZ31.5726.8716.62-
YUV142.64106.2163.21-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.61%
GREEN value IS 125 (49.22% from 255) = 29.69%
BLUE value IS 104 (41.02% from 255) = 24.70%
R=45.61%
G=29.69%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212510400.350.460.2514.3241.1258.04
HexC07D680232E19e293a
Octal3001751500435631165172
Binary11000000111110111010000100011101110110011110101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c07d68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c07d68; }

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

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

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

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

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

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

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

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