Html Css Color HEX #C18866 Burning Sand

📋 copy color: '#C18866'

red 193 ◦ green 136 ◦ blue 102

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

Shades of Burning Sand #C18866

Tints of Burning Sand #C18866

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.55%

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

R = 44.78%
G = 31.55%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C18866 (or 0xC18866) is known color: Burning Sand. HEX triplet: C1, 88 and 66. RGB value is (193,136,102). Sum of RGB (Red+Green+Blue) = 193+136+102=431 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.78% from 431); Green value is 136 (53.52% from 255 or 31.55% from 431); Blue value is 102 (40.23% from 255 or 23.67% from 431); Max value from RGB is 193 - color contains mainly: red. Hex color #C18866 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18866 is #3E7799. Grayscale: #959595. Windows color (decimal): -4093850 or 6719681. OLE color: 6719681.

HSL color Cylindrical-coordinate representation of color #C18866: hue angle of 22.42º 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 #C18866 is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 136 102 -
CMYK 0 0.30 0.47 0.24
HSL 22.42º 0.42% 0.58% -
HSV(B) 22.42º 0.47% 0.76% -
XYZ 33.19 29.91 16.59 -
YUV 149.17 101.38 159.26 -
System Red Green Blue C M Y K H S L
Decimal 193 136 102 0 0.30 0.47 0.24 22.42 0.42 0.58
Hex C1 88 66 0 1E 2F 18 16 2A 3A
Octal 301 210 146 0 36 57 30 26 52 72
Binary 11000001 10001000 1100110 0 11110 101111 11000 10110 101010 111010

Color Harmonies of #C18866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18866

Black with #C18866

Text Example


Text Example

White with #C18866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18866; }

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

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

background-color css

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

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

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

border-color css

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

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

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