Html Css Color HEX #C0845F Burning Sand

📋 copy color: '#C0845F'

red 192 ◦ green 132 ◦ blue 95

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

Shades of Burning Sand #C0845F

Tints of Burning Sand #C0845F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.67%

R = 45.82%
G = 31.5%
B = 22.67%

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

#C0845F (or 0xC0845F) is known color: Burning Sand. HEX triplet: C0, 84 and 5F. RGB value is (192,132,95). Sum of RGB (Red+Green+Blue) = 192+132+95=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 132 (51.95% from 255 or 31.50% from 419); Blue value is 95 (37.5% from 255 or 22.67% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C0845F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0845F is #3F7BA0. Grayscale: #919191. Windows color (decimal): -4160417 or 6259904. OLE color: 6259904.

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

Color convert

RGB 192 132 95 -
CMYK 0 0.31 0.51 0.25
HSL 22.89º 0.43% 0.56% -
HSV(B) 22.89º 0.51% 0.75% -
XYZ 32.06 28.54 14.64 -
YUV 145.72 99.38 161.01 -
System Red Green Blue C M Y K H S L
Decimal 192 132 95 0 0.31 0.51 0.25 22.89 0.43 0.56
Hex C0 84 5F 0 1F 33 19 17 2B 38
Octal 300 204 137 0 37 63 31 27 53 70
Binary 11000000 10000100 1011111 0 11111 110011 11001 10111 101011 111000

Color Harmonies of #C0845F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0845F

Black with #C0845F

Text Example


Text Example

White with #C0845F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0845F; }

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

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

background-color css

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

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

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

border-color css

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

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

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