Html Css Color HEX #C98359 Burning Sand

📋 copy color: '#C98359'

red 201 ◦ green 131 ◦ blue 89

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

Shades of Burning Sand #C98359

Tints of Burning Sand #C98359

RGB

 RED value IS 201 (78.91% from 255) = 47.74%

 GREEN value IS 131 (51.56% from 255) = 31.12%

 BLUE value IS 89 (35.16% from 255) = 21.14%

R = 47.74%
G = 31.12%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#C98359 (or 0xC98359) is known color: Burning Sand. HEX triplet: C9, 83 and 59. RGB value is (201,131,89). Sum of RGB (Red+Green+Blue) = 201+131+89=421 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.74% from 421); Green value is 131 (51.56% from 255 or 31.12% from 421); Blue value is 89 (35.16% from 255 or 21.14% from 421); Max value from RGB is 201 - color contains mainly: red. Hex color #C98359 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98359 is #367CA6. Grayscale: #939393. Windows color (decimal): -3570855 or 5866441. OLE color: 5866441.

HSL color Cylindrical-coordinate representation of color #C98359: hue angle of 22.5º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C98359 is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 131 89 -
CMYK 0 0.35 0.56 0.21
HSL 22.5º 0.51% 0.57% -
HSV(B) 22.5º 0.56% 0.79% -
XYZ 34.01 29.37 13.33 -
YUV 147.14 95.19 166.42 -
System Red Green Blue C M Y K H S L
Decimal 201 131 89 0 0.35 0.56 0.21 22.5 0.51 0.57
Hex C9 83 59 0 23 38 15 16 33 39
Octal 311 203 131 0 43 70 25 26 63 71
Binary 11001001 10000011 1011001 0 100011 111000 10101 10110 110011 111001

Color Harmonies of #C98359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98359

Black with #C98359

Text Example


Text Example

White with #C98359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98359; }

 p { color: rgb(201,131,89); }

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

background-color css

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

 a { background-color: rgb(201,131,89); }

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

border-color css

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

 span { border-color: rgb(201,131,89); }

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