Html Css Color HEX #C18868 Burning Sand

📋 copy color: '#C18868'

red 193 ◦ green 136 ◦ blue 104

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

Shades of Burning Sand #C18868

Tints of Burning Sand #C18868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 24.02%

R = 44.57%
G = 31.41%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C18868 (or 0xC18868) is known color: Burning Sand. HEX triplet: C1, 88 and 68. RGB value is (193,136,104). Sum of RGB (Red+Green+Blue) = 193+136+104=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 136 (53.52% from 255 or 31.41% from 433); Blue value is 104 (41.02% from 255 or 24.02% from 433); Max value from RGB is 193 - color contains mainly: red. Hex color #C18868 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18868 is #3E7797. Grayscale: #959595. Windows color (decimal): -4093848 or 6850753. OLE color: 6850753.

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

Color convert

RGB 193 136 104 -
CMYK 0 0.30 0.46 0.24
HSL 21.57º 0.42% 0.58% -
HSV(B) 21.57º 0.46% 0.76% -
XYZ 33.3 29.95 17.12 -
YUV 149.4 102.38 159.1 -
System Red Green Blue C M Y K H S L
Decimal 193 136 104 0 0.30 0.46 0.24 21.57 0.42 0.58
Hex C1 88 68 0 1E 2E 18 16 2A 3A
Octal 301 210 150 0 36 56 30 26 52 72
Binary 11000001 10001000 1101000 0 11110 101110 11000 10110 101010 111010

Color Harmonies of #C18868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18868

Black with #C18868

Text Example


Text Example

White with #C18868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18868; }

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

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

background-color css

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

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

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

border-color css

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

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

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