Html Css Color HEX #C18666 Burning Sand

📋 copy color: '#C18666'

red 193 ◦ green 134 ◦ blue 102

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

Shades of Burning Sand #C18666

Tints of Burning Sand #C18666

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.24%

 BLUE value IS 102 (40.23% from 255) = 23.78%

R = 44.99%
G = 31.24%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C18666 (or 0xC18666) is known color: Burning Sand. HEX triplet: C1, 86 and 66. RGB value is (193,134,102). Sum of RGB (Red+Green+Blue) = 193+134+102=429 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.99% from 429); Green value is 134 (52.73% from 255 or 31.24% from 429); Blue value is 102 (40.23% from 255 or 23.78% from 429); Max value from RGB is 193 - color contains mainly: red. Hex color #C18666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18666 is #3E7999. Grayscale: #949494. Windows color (decimal): -4094362 or 6719169. OLE color: 6719169.

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

Color convert

RGB 193 134 102 -
CMYK 0 0.31 0.47 0.24
HSL 21.1º 0.42% 0.58% -
HSV(B) 21.1º 0.47% 0.76% -
XYZ 32.92 29.35 16.5 -
YUV 147.99 102.05 160.1 -
System Red Green Blue C M Y K H S L
Decimal 193 134 102 0 0.31 0.47 0.24 21.1 0.42 0.58
Hex C1 86 66 0 1F 2F 18 15 2A 3A
Octal 301 206 146 0 37 57 30 25 52 72
Binary 11000001 10000110 1100110 0 11111 101111 11000 10101 101010 111010

Color Harmonies of #C18666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18666

Black with #C18666

Text Example


Text Example

White with #C18666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18666; }

 p { color: rgb(193,134,102); }

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

background-color css

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

 a { background-color: rgb(193,134,102); }

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

border-color css

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

 span { border-color: rgb(193,134,102); }

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