Html Css Color HEX #C98257 Burning Sand

📋 copy color: '#C98257'

red 201 ◦ green 130 ◦ blue 87

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

Shades of Burning Sand #C98257

Tints of Burning Sand #C98257

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.1%

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

R = 48.09%
G = 31.1%
B = 20.81%

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

#C98257 (or 0xC98257) is known color: Burning Sand. HEX triplet: C9, 82 and 57. RGB value is (201,130,87). Sum of RGB (Red+Green+Blue) = 201+130+87=418 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.09% from 418); Green value is 130 (51.17% from 255 or 31.10% from 418); Blue value is 87 (34.38% from 255 or 20.81% from 418); Max value from RGB is 201 - color contains mainly: red. Hex color #C98257 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98257 is #367DA8. Grayscale: #929292. Windows color (decimal): -3571113 or 5735113. OLE color: 5735113.

HSL color Cylindrical-coordinate representation of color #C98257: hue angle of 22.63º 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 #C98257 is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 130 87 -
CMYK 0 0.35 0.57 0.21
HSL 22.63º 0.51% 0.56% -
HSV(B) 22.63º 0.57% 0.79% -
XYZ 33.79 29.07 12.85 -
YUV 146.33 94.52 167 -
System Red Green Blue C M Y K H S L
Decimal 201 130 87 0 0.35 0.57 0.21 22.63 0.51 0.56
Hex C9 82 57 0 23 39 15 17 33 38
Octal 311 202 127 0 43 71 25 27 63 70
Binary 11001001 10000010 1010111 0 100011 111001 10101 10111 110011 111000

Color Harmonies of #C98257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98257

Black with #C98257

Text Example


Text Example

White with #C98257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98257; }

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

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

background-color css

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

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

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

border-color css

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

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

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