Html Css Color HEX #C07E65 Burning Sand

📋 copy color: '#C07E65'

red 192 ◦ green 126 ◦ blue 101

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

Shades of Burning Sand #C07E65

Tints of Burning Sand #C07E65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 24.11%

R = 45.82%
G = 30.07%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#C07E65 (or 0xC07E65) is known color: Burning Sand. HEX triplet: C0, 7E and 65. RGB value is (192,126,101). Sum of RGB (Red+Green+Blue) = 192+126+101=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 126 (49.61% from 255 or 30.07% from 419); Blue value is 101 (39.84% from 255 or 24.11% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07E65 is #3F819A. Grayscale: #8F8F8F. Windows color (decimal): -4161947 or 6651584. OLE color: 6651584.

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

Color convert

RGB 192 126 101 -
CMYK 0 0.34 0.47 0.25
HSL 16.48º 0.42% 0.57% -
HSV(B) 16.48º 0.47% 0.75% -
XYZ 31.55 27.07 15.87 -
YUV 142.88 104.37 163.03 -
System Red Green Blue C M Y K H S L
Decimal 192 126 101 0 0.34 0.47 0.25 16.48 0.42 0.57
Hex C0 7E 65 0 22 2F 19 10 2A 39
Octal 300 176 145 0 42 57 31 20 52 71
Binary 11000000 1111110 1100101 0 100010 101111 11001 10000 101010 111001

Color Harmonies of #C07E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07E65

Black with #C07E65

Text Example


Text Example

White with #C07E65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07E65; }

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

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

background-color css

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

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

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

border-color css

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

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

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