Html Css Color HEX #C07D61 Burning Sand

📋 copy color: '#C07D61'

red 192 ◦ green 125 ◦ blue 97

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

Shades of Burning Sand #C07D61

Tints of Burning Sand #C07D61

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.19%

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

R = 46.38%
G = 30.19%
B = 23.43%

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

#C07D61 (or 0xC07D61) is known color: Burning Sand. HEX triplet: C0, 7D and 61. RGB value is (192,125,97). Sum of RGB (Red+Green+Blue) = 192+125+97=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 125 (49.22% from 255 or 30.19% from 414); Blue value is 97 (38.28% from 255 or 23.43% from 414); Max value from RGB is 192 - color contains mainly: red. Hex color #C07D61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07D61 is #3F829E. Grayscale: #8E8E8E. Windows color (decimal): -4162207 or 6389184. OLE color: 6389184.

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

Color convert

RGB 192 125 97 -
CMYK 0 0.35 0.49 0.25
HSL 17.68º 0.43% 0.57% -
HSV(B) 17.68º 0.49% 0.75% -
XYZ 31.23 26.74 14.82 -
YUV 141.84 102.7 163.78 -
System Red Green Blue C M Y K H S L
Decimal 192 125 97 0 0.35 0.49 0.25 17.68 0.43 0.57
Hex C0 7D 61 0 23 31 19 12 2B 39
Octal 300 175 141 0 43 61 31 22 53 71
Binary 11000000 1111101 1100001 0 100011 110001 11001 10010 101011 111001

Color Harmonies of #C07D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07D61

Black with #C07D61

Text Example


Text Example

White with #C07D61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07D61; }

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

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

background-color css

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

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

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

border-color css

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

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

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