Html Css Color HEX #C07E5C Burning Sand

📋 copy color: '#C07E5C'

red 192 ◦ green 126 ◦ blue 92

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

Shades of Burning Sand #C07E5C

Tints of Burning Sand #C07E5C

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.73%

 BLUE value IS 92 (36.33% from 255) = 22.44%

R = 46.83%
G = 30.73%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#C07E5C (or 0xC07E5C) is known color: Burning Sand. HEX triplet: C0, 7E and 5C. RGB value is (192,126,92). Sum of RGB (Red+Green+Blue) = 192+126+92=410 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.83% from 410); Green value is 126 (49.61% from 255 or 30.73% from 410); Blue value is 92 (36.33% from 255 or 22.44% from 410); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07E5C is #3F81A3. Grayscale: #8E8E8E. Windows color (decimal): -4161956 or 6061760. OLE color: 6061760.

HSL color Cylindrical-coordinate representation of color #C07E5C: hue angle of 20.4º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C07E5C is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 126 92 -
CMYK 0 0.34 0.52 0.25
HSL 20.4º 0.44% 0.56% -
HSV(B) 20.4º 0.52% 0.75% -
XYZ 31.13 26.9 13.68 -
YUV 141.86 99.87 163.76 -
System Red Green Blue C M Y K H S L
Decimal 192 126 92 0 0.34 0.52 0.25 20.4 0.44 0.56
Hex C0 7E 5C 0 22 34 19 14 2C 38
Octal 300 176 134 0 42 64 31 24 54 70
Binary 11000000 1111110 1011100 0 100010 110100 11001 10100 101100 111000

Color Harmonies of #C07E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07E5C

Black with #C07E5C

Text Example


Text Example

White with #C07E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07E5C; }

 p { color: rgb(192,126,92); }

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

background-color css

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

 a { background-color: rgb(192,126,92); }

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

border-color css

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

 span { border-color: rgb(192,126,92); }

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