Html Css Color HEX #C0835B Burning Sand

📋 copy color: '#C0835B'

red 192 ◦ green 131 ◦ blue 91

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

Shades of Burning Sand #C0835B

Tints of Burning Sand #C0835B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.98%

R = 46.38%
G = 31.64%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#C0835B (or 0xC0835B) is known color: Burning Sand. HEX triplet: C0, 83 and 5B. RGB value is (192,131,91). Sum of RGB (Red+Green+Blue) = 192+131+91=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 131 (51.56% from 255 or 31.64% from 414); Blue value is 91 (35.94% from 255 or 21.98% from 414); Max value from RGB is 192 - color contains mainly: red. Hex color #C0835B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0835B is #3F7CA4. Grayscale: #909090. Windows color (decimal): -4160677 or 5997504. OLE color: 5997504.

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

Color convert

RGB 192 131 91 -
CMYK 0 0.32 0.53 0.25
HSL 23.76º 0.44% 0.55% -
HSV(B) 23.76º 0.53% 0.75% -
XYZ 31.74 28.19 13.67 -
YUV 144.68 97.71 161.75 -
System Red Green Blue C M Y K H S L
Decimal 192 131 91 0 0.32 0.53 0.25 23.76 0.44 0.55
Hex C0 83 5B 0 20 35 19 18 2C 37
Octal 300 203 133 0 40 65 31 30 54 67
Binary 11000000 10000011 1011011 0 100000 110101 11001 11000 101100 110111

Color Harmonies of #C0835B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0835B

Black with #C0835B

Text Example


Text Example

White with #C0835B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0835B; }

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

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

background-color css

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

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

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

border-color css

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

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

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