Html Css Color HEX #C18365 Burning Sand

📋 copy color: '#C18365'

red 193 ◦ green 131 ◦ blue 101

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

Shades of Burning Sand #C18365

Tints of Burning Sand #C18365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.76%

R = 45.41%
G = 30.82%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C18365 (or 0xC18365) is known color: Burning Sand. HEX triplet: C1, 83 and 65. RGB value is (193,131,101). Sum of RGB (Red+Green+Blue) = 193+131+101=425 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.41% from 425); Green value is 131 (51.56% from 255 or 30.82% from 425); Blue value is 101 (39.84% from 255 or 23.76% from 425); Max value from RGB is 193 - color contains mainly: red. Hex color #C18365 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18365 is #3E7C9A. Grayscale: #929292. Windows color (decimal): -4095131 or 6652865. OLE color: 6652865.

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

Color convert

RGB 193 131 101 -
CMYK 0 0.32 0.48 0.24
HSL 19.57º 0.43% 0.58% -
HSV(B) 19.57º 0.48% 0.76% -
XYZ 32.46 28.51 16.1 -
YUV 146.12 102.54 161.44 -
System Red Green Blue C M Y K H S L
Decimal 193 131 101 0 0.32 0.48 0.24 19.57 0.43 0.58
Hex C1 83 65 0 20 30 18 14 2B 3A
Octal 301 203 145 0 40 60 30 24 53 72
Binary 11000001 10000011 1100101 0 100000 110000 11000 10100 101011 111010

Color Harmonies of #C18365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18365

Black with #C18365

Text Example


Text Example

White with #C18365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18365; }

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

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

background-color css

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

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

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

border-color css

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

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

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