Html Css Color HEX #C08361 Burning Sand

📋 copy color: '#C08361'

red 192 ◦ green 131 ◦ blue 97

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

Shades of Burning Sand #C08361

Tints of Burning Sand #C08361

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.19%

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

R = 45.71%
G = 31.19%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C08361 (or 0xC08361) is known color: Burning Sand. HEX triplet: C0, 83 and 61. RGB value is (192,131,97). Sum of RGB (Red+Green+Blue) = 192+131+97=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 131 (51.56% from 255 or 31.19% from 420); Blue value is 97 (38.28% from 255 or 23.10% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C08361 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08361 is #3F7C9E. Grayscale: #919191. Windows color (decimal): -4160671 or 6390720. OLE color: 6390720.

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

Color convert

RGB 192 131 97 -
CMYK 0 0.32 0.49 0.25
HSL 21.47º 0.43% 0.57% -
HSV(B) 21.47º 0.49% 0.75% -
XYZ 32.01 28.3 15.08 -
YUV 145.36 100.71 161.26 -
System Red Green Blue C M Y K H S L
Decimal 192 131 97 0 0.32 0.49 0.25 21.47 0.43 0.57
Hex C0 83 61 0 20 31 19 15 2B 39
Octal 300 203 141 0 40 61 31 25 53 71
Binary 11000000 10000011 1100001 0 100000 110001 11001 10101 101011 111001

Color Harmonies of #C08361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08361

Black with #C08361

Text Example


Text Example

White with #C08361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08361; }

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

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

background-color css

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

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

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

border-color css

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

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

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