Html Css Color HEX #C07F59 Burning Sand

📋 copy color: '#C07F59'

red 192 ◦ green 127 ◦ blue 89

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

Shades of Burning Sand #C07F59

Tints of Burning Sand #C07F59

RGB

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

 GREEN value IS 127 (50% from 255) = 31.13%

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

R = 47.06%
G = 31.13%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#C07F59 (or 0xC07F59) is known color: Burning Sand. HEX triplet: C0, 7F and 59. RGB value is (192,127,89). Sum of RGB (Red+Green+Blue) = 192+127+89=408 (54% of max value = 765). Red value is 192 (75.39% from 255 or 47.06% from 408); Green value is 127 (50% from 255 or 31.13% from 408); Blue value is 89 (35.16% from 255 or 21.81% from 408); Max value from RGB is 192 - color contains mainly: red. Hex color #C07F59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07F59 is #3F80A6. Grayscale: #8E8E8E. Windows color (decimal): -4161703 or 5865408. OLE color: 5865408.

HSL color Cylindrical-coordinate representation of color #C07F59: hue angle of 22.14º 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 #C07F59 is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 127 89 -
CMYK 0 0.34 0.54 0.25
HSL 22.14º 0.45% 0.55% -
HSV(B) 22.14º 0.54% 0.75% -
XYZ 31.13 27.11 13.04 -
YUV 142.1 98.03 163.59 -
System Red Green Blue C M Y K H S L
Decimal 192 127 89 0 0.34 0.54 0.25 22.14 0.45 0.55
Hex C0 7F 59 0 22 36 19 16 2D 37
Octal 300 177 131 0 42 66 31 26 55 67
Binary 11000000 1111111 1011001 0 100010 110110 11001 10110 101101 110111

Color Harmonies of #C07F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07F59

Black with #C07F59

Text Example


Text Example

White with #C07F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07F59; }

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

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

background-color css

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

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

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

border-color css

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

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

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