Html Css Color HEX #C18162 Burning Sand

📋 copy color: '#C18162'

red 193 ◦ green 129 ◦ blue 98

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

Shades of Burning Sand #C18162

Tints of Burning Sand #C18162

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.71%

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

R = 45.95%
G = 30.71%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C18162 (or 0xC18162) is known color: Burning Sand. HEX triplet: C1, 81 and 62. RGB value is (193,129,98). Sum of RGB (Red+Green+Blue) = 193+129+98=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 129 (50.78% from 255 or 30.71% from 420); Blue value is 98 (38.67% from 255 or 23.33% from 420); Max value from RGB is 193 - color contains mainly: red. Hex color #C18162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18162 is #3E7E9D. Grayscale: #909090. Windows color (decimal): -4095646 or 6455745. OLE color: 6455745.

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

Color convert

RGB 193 129 98 -
CMYK 0 0.33 0.49 0.24
HSL 19.58º 0.43% 0.57% -
HSV(B) 19.58º 0.49% 0.76% -
XYZ 32.05 27.92 15.26 -
YUV 144.6 101.7 162.52 -
System Red Green Blue C M Y K H S L
Decimal 193 129 98 0 0.33 0.49 0.24 19.58 0.43 0.57
Hex C1 81 62 0 21 31 18 14 2B 39
Octal 301 201 142 0 41 61 30 24 53 71
Binary 11000001 10000001 1100010 0 100001 110001 11000 10100 101011 111001

Color Harmonies of #C18162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18162

Black with #C18162

Text Example


Text Example

White with #C18162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18162; }

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

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

background-color css

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

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

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

border-color css

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

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

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