Html Css Color HEX #C18A6C Burning Sand

📋 copy color: '#C18A6C'

red 193 ◦ green 138 ◦ blue 108

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

Shades of Burning Sand #C18A6C

Tints of Burning Sand #C18A6C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.44%

 BLUE value IS 108 (42.58% from 255) = 24.6%

R = 43.96%
G = 31.44%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C18A6C (or 0xC18A6C) is known color: Burning Sand. HEX triplet: C1, 8A and 6C. RGB value is (193,138,108). Sum of RGB (Red+Green+Blue) = 193+138+108=439 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.96% from 439); Green value is 138 (54.30% from 255 or 31.44% from 439); Blue value is 108 (42.58% from 255 or 24.60% from 439); Max value from RGB is 193 - color contains mainly: red. Hex color #C18A6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18A6C is #3E7593. Grayscale: #979797. Windows color (decimal): -4093332 or 7113409. OLE color: 7113409.

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

Color convert

RGB 193 138 108 -
CMYK 0 0.28 0.44 0.24
HSL 21.18º 0.41% 0.59% -
HSV(B) 21.18º 0.44% 0.76% -
XYZ 33.79 30.6 18.31 -
YUV 151.03 103.72 157.94 -
System Red Green Blue C M Y K H S L
Decimal 193 138 108 0 0.28 0.44 0.24 21.18 0.41 0.59
Hex C1 8A 6C 0 1C 2C 18 15 29 3B
Octal 301 212 154 0 34 54 30 25 51 73
Binary 11000001 10001010 1101100 0 11100 101100 11000 10101 101001 111011

Color Harmonies of #C18A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18A6C

Black with #C18A6C

Text Example


Text Example

White with #C18A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18A6C; }

 p { color: rgb(193,138,108); }

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

background-color css

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

 a { background-color: rgb(193,138,108); }

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

border-color css

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

 span { border-color: rgb(193,138,108); }

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