Html Css Color HEX #C18462 Burning Sand

📋 copy color: '#C18462'

red 193 ◦ green 132 ◦ blue 98

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

Shades of Burning Sand #C18462

Tints of Burning Sand #C18462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 23.17%

R = 45.63%
G = 31.21%
B = 23.17%

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

#C18462 (or 0xC18462) is known color: Burning Sand. HEX triplet: C1, 84 and 62. RGB value is (193,132,98). Sum of RGB (Red+Green+Blue) = 193+132+98=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 132 (51.95% from 255 or 31.21% from 423); Blue value is 98 (38.67% from 255 or 23.17% from 423); Max value from RGB is 193 - color contains mainly: red. Hex color #C18462 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18462 is #3E7B9D. Grayscale: #929292. Windows color (decimal): -4094878 or 6456513. OLE color: 6456513.

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

Color convert

RGB 193 132 98 -
CMYK 0 0.32 0.49 0.24
HSL 21.47º 0.43% 0.57% -
HSV(B) 21.47º 0.49% 0.76% -
XYZ 32.45 28.72 15.39 -
YUV 146.36 100.71 161.26 -
System Red Green Blue C M Y K H S L
Decimal 193 132 98 0 0.32 0.49 0.24 21.47 0.43 0.57
Hex C1 84 62 0 20 31 18 15 2B 39
Octal 301 204 142 0 40 61 30 25 53 71
Binary 11000001 10000100 1100010 0 100000 110001 11000 10101 101011 111001

Color Harmonies of #C18462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18462

Black with #C18462

Text Example


Text Example

White with #C18462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18462; }

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

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

background-color css

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

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

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

border-color css

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

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

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