Html Css Color HEX #C1835E Burning Sand

📋 copy color: '#C1835E'

red 193 ◦ green 131 ◦ blue 94

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

Shades of Burning Sand #C1835E

Tints of Burning Sand #C1835E

RGB

 RED value IS 193 (75.78% from 255) = 46.17%

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

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

R = 46.17%
G = 31.34%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C1835E (or 0xC1835E) is known color: Burning Sand. HEX triplet: C1, 83 and 5E. RGB value is (193,131,94). Sum of RGB (Red+Green+Blue) = 193+131+94=418 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.17% from 418); Green value is 131 (51.56% from 255 or 31.34% from 418); Blue value is 94 (37.11% from 255 or 22.49% from 418); Max value from RGB is 193 - color contains mainly: red. Hex color #C1835E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1835E is #3E7CA1. Grayscale: #919191. Windows color (decimal): -4095138 or 6194113. OLE color: 6194113.

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

Color convert

RGB 193 131 94 -
CMYK 0 0.32 0.51 0.24
HSL 22.42º 0.44% 0.56% -
HSV(B) 22.42º 0.51% 0.76% -
XYZ 32.13 28.38 14.37 -
YUV 145.32 99.04 162.01 -
System Red Green Blue C M Y K H S L
Decimal 193 131 94 0 0.32 0.51 0.24 22.42 0.44 0.56
Hex C1 83 5E 0 20 33 18 16 2C 38
Octal 301 203 136 0 40 63 30 26 54 70
Binary 11000001 10000011 1011110 0 100000 110011 11000 10110 101100 111000

Color Harmonies of #C1835E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1835E

Black with #C1835E

Text Example


Text Example

White with #C1835E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1835E; }

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

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

background-color css

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

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

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

border-color css

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

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

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