Html Css Color HEX #C0835D Burning Sand

📋 copy color: '#C0835D'

red 192 ◦ green 131 ◦ blue 93

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

Shades of Burning Sand #C0835D

Tints of Burning Sand #C0835D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.36%

R = 46.15%
G = 31.49%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#C0835D (or 0xC0835D) is known color: Burning Sand. HEX triplet: C0, 83 and 5D. RGB value is (192,131,93). Sum of RGB (Red+Green+Blue) = 192+131+93=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 131 (51.56% from 255 or 31.49% from 416); Blue value is 93 (36.72% from 255 or 22.36% from 416); Max value from RGB is 192 - color contains mainly: red. Hex color #C0835D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0835D is #3F7CA2. Grayscale: #919191. Windows color (decimal): -4160675 or 6128576. OLE color: 6128576.

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

Color convert

RGB 192 131 93 -
CMYK 0 0.32 0.52 0.25
HSL 23.03º 0.44% 0.56% -
HSV(B) 23.03º 0.52% 0.75% -
XYZ 31.83 28.23 14.13 -
YUV 144.91 98.71 161.59 -
System Red Green Blue C M Y K H S L
Decimal 192 131 93 0 0.32 0.52 0.25 23.03 0.44 0.56
Hex C0 83 5D 0 20 34 19 17 2C 38
Octal 300 203 135 0 40 64 31 27 54 70
Binary 11000000 10000011 1011101 0 100000 110100 11001 10111 101100 111000

Color Harmonies of #C0835D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0835D

Black with #C0835D

Text Example


Text Example

White with #C0835D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0835D; }

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

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

background-color css

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

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

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

border-color css

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

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

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