Html Css Color HEX #C18562 Burning Sand

📋 copy color: '#C18562'

red 193 ◦ green 133 ◦ blue 98

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

Shades of Burning Sand #C18562

Tints of Burning Sand #C18562

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.37%

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

R = 45.52%
G = 31.37%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C18562 (or 0xC18562) is known color: Burning Sand. HEX triplet: C1, 85 and 62. RGB value is (193,133,98). Sum of RGB (Red+Green+Blue) = 193+133+98=424 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.52% from 424); Green value is 133 (52.34% from 255 or 31.37% from 424); Blue value is 98 (38.67% from 255 or 23.11% from 424); Max value from RGB is 193 - color contains mainly: red. Hex color #C18562 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18562 is #3E7A9D. Grayscale: #939393. Windows color (decimal): -4094622 or 6456769. OLE color: 6456769.

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

Color convert

RGB 193 133 98 -
CMYK 0 0.31 0.49 0.24
HSL 22.11º 0.43% 0.57% -
HSV(B) 22.11º 0.49% 0.76% -
XYZ 32.58 28.99 15.43 -
YUV 146.95 100.38 160.85 -
System Red Green Blue C M Y K H S L
Decimal 193 133 98 0 0.31 0.49 0.24 22.11 0.43 0.57
Hex C1 85 62 0 1F 31 18 16 2B 39
Octal 301 205 142 0 37 61 30 26 53 71
Binary 11000001 10000101 1100010 0 11111 110001 11000 10110 101011 111001

Color Harmonies of #C18562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18562

Black with #C18562

Text Example


Text Example

White with #C18562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18562; }

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

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

background-color css

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

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

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

border-color css

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

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

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