Html Css Color HEX #C08560 Burning Sand

📋 copy color: '#C08560'

red 192 ◦ green 133 ◦ blue 96

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

Shades of Burning Sand #C08560

Tints of Burning Sand #C08560

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.59%

 BLUE value IS 96 (37.89% from 255) = 22.8%

R = 45.61%
G = 31.59%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#C08560 (or 0xC08560) is known color: Burning Sand. HEX triplet: C0, 85 and 60. RGB value is (192,133,96). Sum of RGB (Red+Green+Blue) = 192+133+96=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 133 (52.34% from 255 or 31.59% from 421); Blue value is 96 (37.89% from 255 or 22.80% from 421); Max value from RGB is 192 - color contains mainly: red. Hex color #C08560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08560 is #3F7A9F. Grayscale: #929292. Windows color (decimal): -4160160 or 6325696. OLE color: 6325696.

HSL color Cylindrical-coordinate representation of color #C08560: hue angle of 23.12º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C08560 is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 133 96 -
CMYK 0 0.31 0.50 0.25
HSL 23.13º 0.43% 0.56% -
HSV(B) 23.13º 0.5% 0.75% -
XYZ 32.24 28.83 14.93 -
YUV 146.42 99.55 160.51 -
System Red Green Blue C M Y K H S L
Decimal 192 133 96 0 0.31 0.50 0.25 23.13 0.43 0.56
Hex C0 85 60 0 1F 32 19 17 2B 38
Octal 300 205 140 0 37 62 31 27 53 70
Binary 11000000 10000101 1100000 0 11111 110010 11001 10111 101011 111000

Color Harmonies of #C08560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08560

Black with #C08560

Text Example


Text Example

White with #C08560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08560; }

 p { color: rgb(192,133,96); }

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

background-color css

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

 a { background-color: rgb(192,133,96); }

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

border-color css

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

 span { border-color: rgb(192,133,96); }

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