Html Css Color HEX #C07C61 Burning Sand

📋 copy color: '#C07C61'

red 192 ◦ green 124 ◦ blue 97

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

Shades of Burning Sand #C07C61

Tints of Burning Sand #C07C61

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.02%

 BLUE value IS 97 (38.28% from 255) = 23.49%

R = 46.49%
G = 30.02%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C07C61 (or 0xC07C61) is known color: Burning Sand. HEX triplet: C0, 7C and 61. RGB value is (192,124,97). Sum of RGB (Red+Green+Blue) = 192+124+97=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 124 (48.83% from 255 or 30.02% from 413); Blue value is 97 (38.28% from 255 or 23.49% from 413); Max value from RGB is 192 - color contains mainly: red. Hex color #C07C61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07C61 is #3F839E. Grayscale: #8D8D8D. Windows color (decimal): -4162463 or 6388928. OLE color: 6388928.

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

Color convert

RGB 192 124 97 -
CMYK 0 0.35 0.49 0.25
HSL 17.05º 0.43% 0.57% -
HSV(B) 17.05º 0.49% 0.75% -
XYZ 31.1 26.48 14.78 -
YUV 141.25 103.03 164.2 -
System Red Green Blue C M Y K H S L
Decimal 192 124 97 0 0.35 0.49 0.25 17.05 0.43 0.57
Hex C0 7C 61 0 23 31 19 11 2B 39
Octal 300 174 141 0 43 61 31 21 53 71
Binary 11000000 1111100 1100001 0 100011 110001 11001 10001 101011 111001

Color Harmonies of #C07C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07C61

Black with #C07C61

Text Example


Text Example

White with #C07C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07C61; }

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

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

background-color css

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

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

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

border-color css

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

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

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