Html Css Color HEX #C1836B Burning Sand

📋 copy color: '#C1836B'

red 193 ◦ green 131 ◦ blue 107

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

Shades of Burning Sand #C1836B

Tints of Burning Sand #C1836B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.83%

R = 44.78%
G = 30.39%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C1836B (or 0xC1836B) is known color: Burning Sand. HEX triplet: C1, 83 and 6B. RGB value is (193,131,107). Sum of RGB (Red+Green+Blue) = 193+131+107=431 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.78% from 431); Green value is 131 (51.56% from 255 or 30.39% from 431); Blue value is 107 (42.19% from 255 or 24.83% from 431); Max value from RGB is 193 - color contains mainly: red. Hex color #C1836B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1836B is #3E7C94. Grayscale: #929292. Windows color (decimal): -4095125 or 7046081. OLE color: 7046081.

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

Color convert

RGB 193 131 107 -
CMYK 0 0.32 0.45 0.24
HSL 16.74º 0.41% 0.59% -
HSV(B) 16.74º 0.45% 0.76% -
XYZ 32.76 28.63 17.71 -
YUV 146.8 105.54 160.95 -
System Red Green Blue C M Y K H S L
Decimal 193 131 107 0 0.32 0.45 0.24 16.74 0.41 0.59
Hex C1 83 6B 0 20 2D 18 11 29 3B
Octal 301 203 153 0 40 55 30 21 51 73
Binary 11000001 10000011 1101011 0 100000 101101 11000 10001 101001 111011

Color Harmonies of #C1836B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1836B

Black with #C1836B

Text Example


Text Example

White with #C1836B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1836B; }

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

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

background-color css

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

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

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

border-color css

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

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

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