Html Css Color HEX #C08061 Burning Sand

📋 copy color: '#C08061'

red 192 ◦ green 128 ◦ blue 97

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

Shades of Burning Sand #C08061

Tints of Burning Sand #C08061

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.7%

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

R = 46.04%
G = 30.7%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C08061 (or 0xC08061) is known color: Burning Sand. HEX triplet: C0, 80 and 61. RGB value is (192,128,97). Sum of RGB (Red+Green+Blue) = 192+128+97=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 128 (50.39% from 255 or 30.70% from 417); Blue value is 97 (38.28% from 255 or 23.26% from 417); Max value from RGB is 192 - color contains mainly: red. Hex color #C08061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08061 is #3F7F9E. Grayscale: #8F8F8F. Windows color (decimal): -4161439 or 6389952. OLE color: 6389952.

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

Color convert

RGB 192 128 97 -
CMYK 0 0.33 0.49 0.25
HSL 19.58º 0.43% 0.57% -
HSV(B) 19.58º 0.49% 0.75% -
XYZ 31.62 27.51 14.95 -
YUV 143.6 101.7 162.52 -
System Red Green Blue C M Y K H S L
Decimal 192 128 97 0 0.33 0.49 0.25 19.58 0.43 0.57
Hex C0 80 61 0 21 31 19 14 2B 39
Octal 300 200 141 0 41 61 31 24 53 71
Binary 11000000 10000000 1100001 0 100001 110001 11001 10100 101011 111001

Color Harmonies of #C08061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08061

Black with #C08061

Text Example


Text Example

White with #C08061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08061; }

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

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

background-color css

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

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

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

border-color css

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

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

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