Html Css Color HEX #C08261 Burning Sand

📋 copy color: '#C08261'

red 192 ◦ green 130 ◦ blue 97

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

Shades of Burning Sand #C08261

Tints of Burning Sand #C08261

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.03%

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

R = 45.82%
G = 31.03%
B = 23.15%

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

#C08261 (or 0xC08261) is known color: Burning Sand. HEX triplet: C0, 82 and 61. RGB value is (192,130,97). Sum of RGB (Red+Green+Blue) = 192+130+97=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 97 (38.28% from 255 or 23.15% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C08261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08261 is #3F7D9E. Grayscale: #909090. Windows color (decimal): -4160927 or 6390464. OLE color: 6390464.

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

Color convert

RGB 192 130 97 -
CMYK 0 0.32 0.49 0.25
HSL 20.84º 0.43% 0.57% -
HSV(B) 20.84º 0.49% 0.75% -
XYZ 31.88 28.03 15.04 -
YUV 144.78 101.04 161.68 -
System Red Green Blue C M Y K H S L
Decimal 192 130 97 0 0.32 0.49 0.25 20.84 0.43 0.57
Hex C0 82 61 0 20 31 19 15 2B 39
Octal 300 202 141 0 40 61 31 25 53 71
Binary 11000000 10000010 1100001 0 100000 110001 11001 10101 101011 111001

Color Harmonies of #C08261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08261

Black with #C08261

Text Example


Text Example

White with #C08261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08261; }

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

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

background-color css

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

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

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

border-color css

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

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

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