Html Css Color HEX #C18465 Burning Sand

📋 copy color: '#C18465'

red 193 ◦ green 132 ◦ blue 101

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

Shades of Burning Sand #C18465

Tints of Burning Sand #C18465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.71%

R = 45.31%
G = 30.99%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C18465 (or 0xC18465) is known color: Burning Sand. HEX triplet: C1, 84 and 65. RGB value is (193,132,101). Sum of RGB (Red+Green+Blue) = 193+132+101=426 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.31% from 426); Green value is 132 (51.95% from 255 or 30.99% from 426); Blue value is 101 (39.84% from 255 or 23.71% from 426); Max value from RGB is 193 - color contains mainly: red. Hex color #C18465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18465 is #3E7B9A. Grayscale: #929292. Windows color (decimal): -4094875 or 6653121. OLE color: 6653121.

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

Color convert

RGB 193 132 101 -
CMYK 0 0.32 0.48 0.24
HSL 20.22º 0.43% 0.58% -
HSV(B) 20.22º 0.48% 0.76% -
XYZ 32.59 28.78 16.15 -
YUV 146.71 102.21 161.02 -
System Red Green Blue C M Y K H S L
Decimal 193 132 101 0 0.32 0.48 0.24 20.22 0.43 0.58
Hex C1 84 65 0 20 30 18 14 2B 3A
Octal 301 204 145 0 40 60 30 24 53 72
Binary 11000001 10000100 1100101 0 100000 110000 11000 10100 101011 111010

Color Harmonies of #C18465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18465

Black with #C18465

Text Example


Text Example

White with #C18465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18465; }

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

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

background-color css

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

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

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

border-color css

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

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

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