Html Css Color HEX #C08461 Burning Sand

📋 copy color: '#C08461'

red 192 ◦ green 132 ◦ blue 97

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

Shades of Burning Sand #C08461

Tints of Burning Sand #C08461

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.35%

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

R = 45.61%
G = 31.35%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C08461 (or 0xC08461) is known color: Burning Sand. HEX triplet: C0, 84 and 61. RGB value is (192,132,97). Sum of RGB (Red+Green+Blue) = 192+132+97=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 132 (51.95% from 255 or 31.35% from 421); Blue value is 97 (38.28% from 255 or 23.04% from 421); Max value from RGB is 192 - color contains mainly: red. Hex color #C08461 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08461 is #3F7B9E. Grayscale: #929292. Windows color (decimal): -4160415 or 6390976. OLE color: 6390976.

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

Color convert

RGB 192 132 97 -
CMYK 0 0.31 0.49 0.25
HSL 22.11º 0.43% 0.57% -
HSV(B) 22.11º 0.49% 0.75% -
XYZ 32.15 28.57 15.13 -
YUV 145.95 100.38 160.85 -
System Red Green Blue C M Y K H S L
Decimal 192 132 97 0 0.31 0.49 0.25 22.11 0.43 0.57
Hex C0 84 61 0 1F 31 19 16 2B 39
Octal 300 204 141 0 37 61 31 26 53 71
Binary 11000000 10000100 1100001 0 11111 110001 11001 10110 101011 111001

Color Harmonies of #C08461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08461

Black with #C08461

Text Example


Text Example

White with #C08461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08461; }

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

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

background-color css

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

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

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

border-color css

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

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

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