Html Css Color HEX #C18560 Burning Sand

📋 copy color: '#C18560'

red 193 ◦ green 133 ◦ blue 96

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

Shades of Burning Sand #C18560

Tints of Burning Sand #C18560

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.52%

 BLUE value IS 96 (37.89% from 255) = 22.75%

R = 45.73%
G = 31.52%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C18560 (or 0xC18560) is known color: Burning Sand. HEX triplet: C1, 85 and 60. RGB value is (193,133,96). Sum of RGB (Red+Green+Blue) = 193+133+96=422 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.73% from 422); Green value is 133 (52.34% from 255 or 31.52% from 422); Blue value is 96 (37.89% from 255 or 22.75% from 422); Max value from RGB is 193 - color contains mainly: red. Hex color #C18560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18560 is #3E7A9F. Grayscale: #929292. Windows color (decimal): -4094624 or 6325697. OLE color: 6325697.

HSL color Cylindrical-coordinate representation of color #C18560: hue angle of 22.89º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C18560 is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 133 96 -
CMYK 0 0.31 0.50 0.24
HSL 22.89º 0.44% 0.57% -
HSV(B) 22.89º 0.5% 0.76% -
XYZ 32.49 28.96 14.94 -
YUV 146.72 99.38 161.01 -
System Red Green Blue C M Y K H S L
Decimal 193 133 96 0 0.31 0.50 0.24 22.89 0.44 0.57
Hex C1 85 60 0 1F 32 18 17 2C 39
Octal 301 205 140 0 37 62 30 27 54 71
Binary 11000001 10000101 1100000 0 11111 110010 11000 10111 101100 111001

Color Harmonies of #C18560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18560

Black with #C18560

Text Example


Text Example

White with #C18560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18560; }

 p { color: rgb(193,133,96); }

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

background-color css

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

 a { background-color: rgb(193,133,96); }

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

border-color css

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

 span { border-color: rgb(193,133,96); }

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