Html Css Color HEX #C0835F Burning Sand

📋 copy color: '#C0835F'

red 192 ◦ green 131 ◦ blue 95

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

Shades of Burning Sand #C0835F

Tints of Burning Sand #C0835F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.34%

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

R = 45.93%
G = 31.34%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#C0835F (or 0xC0835F) is known color: Burning Sand. HEX triplet: C0, 83 and 5F. RGB value is (192,131,95). Sum of RGB (Red+Green+Blue) = 192+131+95=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 131 (51.56% from 255 or 31.34% from 418); Blue value is 95 (37.5% from 255 or 22.73% from 418); Max value from RGB is 192 - color contains mainly: red. Hex color #C0835F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0835F is #3F7CA0. Grayscale: #919191. Windows color (decimal): -4160673 or 6259648. OLE color: 6259648.

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

Color convert

RGB 192 131 95 -
CMYK 0 0.32 0.51 0.25
HSL 22.27º 0.43% 0.56% -
HSV(B) 22.27º 0.51% 0.75% -
XYZ 31.92 28.27 14.6 -
YUV 145.14 99.71 161.43 -
System Red Green Blue C M Y K H S L
Decimal 192 131 95 0 0.32 0.51 0.25 22.27 0.43 0.56
Hex C0 83 5F 0 20 33 19 16 2B 38
Octal 300 203 137 0 40 63 31 26 53 70
Binary 11000000 10000011 1011111 0 100000 110011 11001 10110 101011 111000

Color Harmonies of #C0835F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0835F

Black with #C0835F

Text Example


Text Example

White with #C0835F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0835F; }

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

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

background-color css

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

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

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

border-color css

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

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

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