Html Css Color HEX #C98357 Burning Sand

📋 copy color: '#C98357'

red 201 ◦ green 131 ◦ blue 87

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

Shades of Burning Sand #C98357

Tints of Burning Sand #C98357

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 20.76%

R = 47.97%
G = 31.26%
B = 20.76%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.57

 K value IS 0.21

RGB Variations

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

Color information

#C98357 (or 0xC98357) is known color: Burning Sand. HEX triplet: C9, 83 and 57. RGB value is (201,131,87). Sum of RGB (Red+Green+Blue) = 201+131+87=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 131 (51.56% from 255 or 31.26% from 419); Blue value is 87 (34.38% from 255 or 20.76% from 419); Max value from RGB is 201 - color contains mainly: red. Hex color #C98357 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98357 is #367CA8. Grayscale: #939393. Windows color (decimal): -3570857 or 5735369. OLE color: 5735369.

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

Color convert

RGB 201 131 87 -
CMYK 0 0.35 0.57 0.21
HSL 23.16º 0.51% 0.56% -
HSV(B) 23.16º 0.57% 0.79% -
XYZ 33.92 29.34 12.89 -
YUV 146.91 94.19 166.58 -
System Red Green Blue C M Y K H S L
Decimal 201 131 87 0 0.35 0.57 0.21 23.16 0.51 0.56
Hex C9 83 57 0 23 39 15 17 33 38
Octal 311 203 127 0 43 71 25 27 63 70
Binary 11001001 10000011 1010111 0 100011 111001 10101 10111 110011 111000

Color Harmonies of #C98357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98357

Black with #C98357

Text Example


Text Example

White with #C98357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98357; }

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

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

background-color css

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

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

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

border-color css

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

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

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