Html Css Color HEX #C18862 Burning Sand

📋 copy color: '#C18862'

red 193 ◦ green 136 ◦ blue 98

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

Shades of Burning Sand #C18862

Tints of Burning Sand #C18862

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.85%

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

R = 45.2%
G = 31.85%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C18862 (or 0xC18862) is known color: Burning Sand. HEX triplet: C1, 88 and 62. RGB value is (193,136,98). Sum of RGB (Red+Green+Blue) = 193+136+98=427 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.20% from 427); Green value is 136 (53.52% from 255 or 31.85% from 427); Blue value is 98 (38.67% from 255 or 22.95% from 427); Max value from RGB is 193 - color contains mainly: red. Hex color #C18862 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18862 is #3E779D. Grayscale: #949494. Windows color (decimal): -4093854 or 6457537. OLE color: 6457537.

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

Color convert

RGB 193 136 98 -
CMYK 0 0.30 0.49 0.24
HSL 24º 0.43% 0.57% -
HSV(B) 24º 0.49% 0.76% -
XYZ 33 29.83 15.57 -
YUV 148.71 99.38 159.59 -
System Red Green Blue C M Y K H S L
Decimal 193 136 98 0 0.30 0.49 0.24 24 0.43 0.57
Hex C1 88 62 0 1E 31 18 18 2B 39
Octal 301 210 142 0 36 61 30 30 53 71
Binary 11000001 10001000 1100010 0 11110 110001 11000 11000 101011 111001

Color Harmonies of #C18862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18862

Black with #C18862

Text Example


Text Example

White with #C18862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18862; }

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

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

background-color css

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

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

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

border-color css

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

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

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