Html Css Color HEX #C18369 Burning Sand

📋 copy color: '#C18369'

red 193 ◦ green 131 ◦ blue 105

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

Shades of Burning Sand #C18369

Tints of Burning Sand #C18369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 24.48%

R = 44.99%
G = 30.54%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C18369 (or 0xC18369) is known color: Burning Sand. HEX triplet: C1, 83 and 69. RGB value is (193,131,105). Sum of RGB (Red+Green+Blue) = 193+131+105=429 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.99% from 429); Green value is 131 (51.56% from 255 or 30.54% from 429); Blue value is 105 (41.41% from 255 or 24.48% from 429); Max value from RGB is 193 - color contains mainly: red. Hex color #C18369 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18369 is #3E7C96. Grayscale: #929292. Windows color (decimal): -4095127 or 6915009. OLE color: 6915009.

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

Color convert

RGB 193 131 105 -
CMYK 0 0.32 0.46 0.24
HSL 17.73º 0.42% 0.58% -
HSV(B) 17.73º 0.46% 0.76% -
XYZ 32.66 28.59 17.16 -
YUV 146.57 104.54 161.11 -
System Red Green Blue C M Y K H S L
Decimal 193 131 105 0 0.32 0.46 0.24 17.73 0.42 0.58
Hex C1 83 69 0 20 2E 18 12 2A 3A
Octal 301 203 151 0 40 56 30 22 52 72
Binary 11000001 10000011 1101001 0 100000 101110 11000 10010 101010 111010

Color Harmonies of #C18369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18369

Black with #C18369

Text Example


Text Example

White with #C18369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18369; }

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

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

background-color css

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

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

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

border-color css

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

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

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