Html Css Color HEX #C98563 Burning Sand

📋 copy color: '#C98563'

red 201 ◦ green 133 ◦ blue 99

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

Shades of Burning Sand #C98563

Tints of Burning Sand #C98563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 22.86%

R = 46.42%
G = 30.72%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#C98563 (or 0xC98563) is known color: Burning Sand. HEX triplet: C9, 85 and 63. RGB value is (201,133,99). Sum of RGB (Red+Green+Blue) = 201+133+99=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 133 (52.34% from 255 or 30.72% from 433); Blue value is 99 (39.06% from 255 or 22.86% from 433); Max value from RGB is 201 - color contains mainly: red. Hex color #C98563 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98563 is #367A9C. Grayscale: #959595. Windows color (decimal): -3570333 or 6522313. OLE color: 6522313.

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

Color convert

RGB 201 133 99 -
CMYK 0 0.34 0.51 0.21
HSL 20º 0.49% 0.59% -
HSV(B) 20º 0.51% 0.79% -
XYZ 34.73 30.09 15.78 -
YUV 149.46 99.53 164.76 -
System Red Green Blue C M Y K H S L
Decimal 201 133 99 0 0.34 0.51 0.21 20 0.49 0.59
Hex C9 85 63 0 22 33 15 14 31 3B
Octal 311 205 143 0 42 63 25 24 61 73
Binary 11001001 10000101 1100011 0 100010 110011 10101 10100 110001 111011

Color Harmonies of #C98563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98563

Black with #C98563

Text Example


Text Example

White with #C98563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98563; }

 p { color: rgb(201,133,99); }

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

background-color css

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

 a { background-color: rgb(201,133,99); }

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

border-color css

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

 span { border-color: rgb(201,133,99); }

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