Html Css Color HEX #C3835E Burning Sand

📋 copy color: '#C3835E'

red 195 ◦ green 131 ◦ blue 94

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

Shades of Burning Sand #C3835E

Tints of Burning Sand #C3835E

RGB

 RED value IS 195 (76.56% from 255) = 46.43%

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

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

R = 46.43%
G = 31.19%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C3835E (or 0xC3835E) is known color: Burning Sand. HEX triplet: C3, 83 and 5E. RGB value is (195,131,94). Sum of RGB (Red+Green+Blue) = 195+131+94=420 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.43% from 420); Green value is 131 (51.56% from 255 or 31.19% from 420); Blue value is 94 (37.11% from 255 or 22.38% from 420); Max value from RGB is 195 - color contains mainly: red. Hex color #C3835E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3835E is #3C7CA1. Grayscale: #929292. Windows color (decimal): -3964066 or 6194115. OLE color: 6194115.

HSL color Cylindrical-coordinate representation of color #C3835E: hue angle of 21.98º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C3835E is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 131 94 -
CMYK 0 0.33 0.52 0.24
HSL 21.98º 0.46% 0.57% -
HSV(B) 21.98º 0.52% 0.76% -
XYZ 32.64 28.64 14.4 -
YUV 145.92 98.7 163.01 -
System Red Green Blue C M Y K H S L
Decimal 195 131 94 0 0.33 0.52 0.24 21.98 0.46 0.57
Hex C3 83 5E 0 21 34 18 16 2E 39
Octal 303 203 136 0 41 64 30 26 56 71
Binary 11000011 10000011 1011110 0 100001 110100 11000 10110 101110 111001

Color Harmonies of #C3835E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3835E

Black with #C3835E

Text Example


Text Example

White with #C3835E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3835E; }

 p { color: rgb(195,131,94); }

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

background-color css

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

 a { background-color: rgb(195,131,94); }

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

border-color css

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

 span { border-color: rgb(195,131,94); }

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