Html Css Color HEX #C98258 Burning Sand

📋 copy color: '#C98258'

red 201 ◦ green 130 ◦ blue 88

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

Shades of Burning Sand #C98258

Tints of Burning Sand #C98258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 21%

R = 47.97%
G = 31.03%
B = 21%

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

#C98258 (or 0xC98258) is known color: Burning Sand. HEX triplet: C9, 82 and 58. RGB value is (201,130,88). Sum of RGB (Red+Green+Blue) = 201+130+88=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 88 (34.77% from 255 or 21.00% from 419); Max value from RGB is 201 - color contains mainly: red. Hex color #C98258 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98258 is #367DA7. Grayscale: #929292. Windows color (decimal): -3571112 or 5800649. OLE color: 5800649.

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

Color convert

RGB 201 130 88 -
CMYK 0 0.35 0.56 0.21
HSL 22.3º 0.51% 0.57% -
HSV(B) 22.3º 0.56% 0.79% -
XYZ 33.83 29.09 13.06 -
YUV 146.44 95.02 166.92 -
System Red Green Blue C M Y K H S L
Decimal 201 130 88 0 0.35 0.56 0.21 22.3 0.51 0.57
Hex C9 82 58 0 23 38 15 16 33 39
Octal 311 202 130 0 43 70 25 26 63 71
Binary 11001001 10000010 1011000 0 100011 111000 10101 10110 110011 111001

Color Harmonies of #C98258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98258

Black with #C98258

Text Example


Text Example

White with #C98258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98258; }

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

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

background-color css

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

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

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

border-color css

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

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

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