Html Css Color HEX #C07D59 Burning Sand

📋 copy color: '#C07D59'

red 192 ◦ green 125 ◦ blue 89

#C07D59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burning Sand #C07D59

Tints of Burning Sand #C07D59

RGB

 RED value IS 192 (75.39% from 255) = 47.29%

 GREEN value IS 125 (49.22% from 255) = 30.79%

 BLUE value IS 89 (35.16% from 255) = 21.92%

R = 47.29%
G = 30.79%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#C07D59 (or 0xC07D59) is known color: Burning Sand. HEX triplet: C0, 7D and 59. RGB value is (192,125,89). Sum of RGB (Red+Green+Blue) = 192+125+89=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 125 (49.22% from 255 or 30.79% from 406); Blue value is 89 (35.16% from 255 or 21.92% from 406); Max value from RGB is 192 - color contains mainly: red. Hex color #C07D59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07D59 is #3F82A6. Grayscale: #8D8D8D. Windows color (decimal): -4162215 or 5864896. OLE color: 5864896.

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

Color convert

RGB 192 125 89 -
CMYK 0 0.35 0.54 0.25
HSL 20.97º 0.45% 0.55% -
HSV(B) 20.97º 0.54% 0.75% -
XYZ 30.88 26.59 12.96 -
YUV 140.93 98.7 164.43 -
System Red Green Blue C M Y K H S L
Decimal 192 125 89 0 0.35 0.54 0.25 20.97 0.45 0.55
Hex C0 7D 59 0 23 36 19 15 2D 37
Octal 300 175 131 0 43 66 31 25 55 67
Binary 11000000 1111101 1011001 0 100011 110110 11001 10101 101101 110111

Color Harmonies of #C07D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07D59

Black with #C07D59

Text Example


Text Example

White with #C07D59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07D59; }

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

 H1.HeaderClassName
 {
   color: #C07D59;
 }
 .AnyTagClassName
 {
   color: #C07D59;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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