Html Css Color HEX #C18463 Burning Sand

📋 copy color: '#C18463'

red 193 ◦ green 132 ◦ blue 99

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

Shades of Burning Sand #C18463

Tints of Burning Sand #C18463

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.13%

 BLUE value IS 99 (39.06% from 255) = 23.35%

R = 45.52%
G = 31.13%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C18463 (or 0xC18463) is known color: Burning Sand. HEX triplet: C1, 84 and 63. RGB value is (193,132,99). Sum of RGB (Red+Green+Blue) = 193+132+99=424 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.52% from 424); Green value is 132 (51.95% from 255 or 31.13% from 424); Blue value is 99 (39.06% from 255 or 23.35% from 424); Max value from RGB is 193 - color contains mainly: red. Hex color #C18463 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18463 is #3E7B9C. Grayscale: #929292. Windows color (decimal): -4094877 or 6522049. OLE color: 6522049.

HSL color Cylindrical-coordinate representation of color #C18463: hue angle of 21.06º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C18463 is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 132 99 -
CMYK 0 0.32 0.49 0.24
HSL 21.06º 0.43% 0.57% -
HSV(B) 21.06º 0.49% 0.76% -
XYZ 32.5 28.74 15.64 -
YUV 146.48 101.21 161.18 -
System Red Green Blue C M Y K H S L
Decimal 193 132 99 0 0.32 0.49 0.24 21.06 0.43 0.57
Hex C1 84 63 0 20 31 18 15 2B 39
Octal 301 204 143 0 40 61 30 25 53 71
Binary 11000001 10000100 1100011 0 100000 110001 11000 10101 101011 111001

Color Harmonies of #C18463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18463

Black with #C18463

Text Example


Text Example

White with #C18463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18463; }

 p { color: rgb(193,132,99); }

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

background-color css

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

 a { background-color: rgb(193,132,99); }

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

border-color css

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

 span { border-color: rgb(193,132,99); }

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