Html Css Color HEX #C18062 Burning Sand

📋 copy color: '#C18062'

red 193 ◦ green 128 ◦ blue 98

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

Shades of Burning Sand #C18062

Tints of Burning Sand #C18062

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.55%

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

R = 46.06%
G = 30.55%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C18062 (or 0xC18062) is known color: Burning Sand. HEX triplet: C1, 80 and 62. RGB value is (193,128,98). Sum of RGB (Red+Green+Blue) = 193+128+98=419 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.06% from 419); Green value is 128 (50.39% from 255 or 30.55% from 419); Blue value is 98 (38.67% from 255 or 23.39% from 419); Max value from RGB is 193 - color contains mainly: red. Hex color #C18062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18062 is #3E7F9D. Grayscale: #909090. Windows color (decimal): -4095902 or 6455489. OLE color: 6455489.

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

Color convert

RGB 193 128 98 -
CMYK 0 0.34 0.49 0.24
HSL 18.95º 0.43% 0.57% -
HSV(B) 18.95º 0.49% 0.76% -
XYZ 31.92 27.66 15.21 -
YUV 144.02 102.03 162.94 -
System Red Green Blue C M Y K H S L
Decimal 193 128 98 0 0.34 0.49 0.24 18.95 0.43 0.57
Hex C1 80 62 0 22 31 18 13 2B 39
Octal 301 200 142 0 42 61 30 23 53 71
Binary 11000001 10000000 1100010 0 100010 110001 11000 10011 101011 111001

Color Harmonies of #C18062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18062

Black with #C18062

Text Example


Text Example

White with #C18062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18062; }

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

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

background-color css

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

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

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

border-color css

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

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

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