Html Css Color HEX #C07E60 Burning Sand

📋 copy color: '#C07E60'

red 192 ◦ green 126 ◦ blue 96

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

Shades of Burning Sand #C07E60

Tints of Burning Sand #C07E60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 23.19%

R = 46.38%
G = 30.43%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#C07E60 (or 0xC07E60) is known color: Burning Sand. HEX triplet: C0, 7E and 60. RGB value is (192,126,96). Sum of RGB (Red+Green+Blue) = 192+126+96=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 126 (49.61% from 255 or 30.43% from 414); Blue value is 96 (37.89% from 255 or 23.19% from 414); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07E60 is #3F819F. Grayscale: #8E8E8E. Windows color (decimal): -4161952 or 6323904. OLE color: 6323904.

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

Color convert

RGB 192 126 96 -
CMYK 0 0.34 0.50 0.25
HSL 18.75º 0.43% 0.56% -
HSV(B) 18.75º 0.5% 0.75% -
XYZ 31.31 26.97 14.62 -
YUV 142.31 101.87 163.44 -
System Red Green Blue C M Y K H S L
Decimal 192 126 96 0 0.34 0.50 0.25 18.75 0.43 0.56
Hex C0 7E 60 0 22 32 19 13 2B 38
Octal 300 176 140 0 42 62 31 23 53 70
Binary 11000000 1111110 1100000 0 100010 110010 11001 10011 101011 111000

Color Harmonies of #C07E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07E60

Black with #C07E60

Text Example


Text Example

White with #C07E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07E60; }

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

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

background-color css

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

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

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

border-color css

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

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

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