Html Css Color HEX #C07E63 Burning Sand

📋 copy color: '#C07E63'

red 192 ◦ green 126 ◦ blue 99

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

Shades of Burning Sand #C07E63

Tints of Burning Sand #C07E63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 23.74%

R = 46.04%
G = 30.22%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#C07E63 (or 0xC07E63) is known color: Burning Sand. HEX triplet: C0, 7E and 63. RGB value is (192,126,99). Sum of RGB (Red+Green+Blue) = 192+126+99=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 126 (49.61% from 255 or 30.22% from 417); Blue value is 99 (39.06% from 255 or 23.74% from 417); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07E63 is #3F819C. Grayscale: #8E8E8E. Windows color (decimal): -4161949 or 6520512. OLE color: 6520512.

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

Color convert

RGB 192 126 99 -
CMYK 0 0.34 0.48 0.25
HSL 17.42º 0.42% 0.57% -
HSV(B) 17.42º 0.48% 0.75% -
XYZ 31.45 27.03 15.36 -
YUV 142.66 103.37 163.2 -
System Red Green Blue C M Y K H S L
Decimal 192 126 99 0 0.34 0.48 0.25 17.42 0.42 0.57
Hex C0 7E 63 0 22 30 19 11 2A 39
Octal 300 176 143 0 42 60 31 21 52 71
Binary 11000000 1111110 1100011 0 100010 110000 11001 10001 101010 111001

Color Harmonies of #C07E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07E63

Black with #C07E63

Text Example


Text Example

White with #C07E63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07E63; }

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

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

background-color css

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

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

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

border-color css

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

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

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