Html Css Color HEX #C0845E Burning Sand

📋 copy color: '#C0845E'

red 192 ◦ green 132 ◦ blue 94

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

Shades of Burning Sand #C0845E

Tints of Burning Sand #C0845E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.49%

R = 45.93%
G = 31.58%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#C0845E (or 0xC0845E) is known color: Burning Sand. HEX triplet: C0, 84 and 5E. RGB value is (192,132,94). Sum of RGB (Red+Green+Blue) = 192+132+94=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 132 (51.95% from 255 or 31.58% from 418); Blue value is 94 (37.11% from 255 or 22.49% from 418); Max value from RGB is 192 - color contains mainly: red. Hex color #C0845E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0845E is #3F7BA1. Grayscale: #919191. Windows color (decimal): -4160418 or 6194368. OLE color: 6194368.

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

Color convert

RGB 192 132 94 -
CMYK 0 0.31 0.51 0.25
HSL 23.27º 0.44% 0.56% -
HSV(B) 23.27º 0.51% 0.75% -
XYZ 32.01 28.52 14.41 -
YUV 145.61 98.88 161.09 -
System Red Green Blue C M Y K H S L
Decimal 192 132 94 0 0.31 0.51 0.25 23.27 0.44 0.56
Hex C0 84 5E 0 1F 33 19 17 2C 38
Octal 300 204 136 0 37 63 31 27 54 70
Binary 11000000 10000100 1011110 0 11111 110011 11001 10111 101100 111000

Color Harmonies of #C0845E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0845E

Black with #C0845E

Text Example


Text Example

White with #C0845E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0845E; }

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

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

background-color css

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

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

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

border-color css

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

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

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