Html Css Color HEX #C98071 Burning Sand

📋 copy color: '#C98071'

red 201 ◦ green 128 ◦ blue 113

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

Shades of Burning Sand #C98071

Tints of Burning Sand #C98071

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.96%

 BLUE value IS 113 (44.53% from 255) = 25.57%

R = 45.48%
G = 28.96%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#C98071 (or 0xC98071) is known color: Burning Sand. HEX triplet: C9, 80 and 71. RGB value is (201,128,113). Sum of RGB (Red+Green+Blue) = 201+128+113=442 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.48% from 442); Green value is 128 (50.39% from 255 or 28.96% from 442); Blue value is 113 (44.53% from 255 or 25.57% from 442); Max value from RGB is 201 - color contains mainly: red. Hex color #C98071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98071 is #367F8E. Grayscale: #949494. Windows color (decimal): -3571599 or 7438537. OLE color: 7438537.

HSL color Cylindrical-coordinate representation of color #C98071: hue angle of 10.23º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C98071 is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 128 113 -
CMYK 0 0.36 0.44 0.21
HSL 10.23º 0.45% 0.62% -
HSV(B) 10.23º 0.44% 0.79% -
XYZ 34.79 29.05 19.4 -
YUV 148.12 108.18 165.72 -
System Red Green Blue C M Y K H S L
Decimal 201 128 113 0 0.36 0.44 0.21 10.23 0.45 0.62
Hex C9 80 71 0 24 2C 15 A 2D 3E
Octal 311 200 161 0 44 54 25 12 55 76
Binary 11001001 10000000 1110001 0 100100 101100 10101 1010 101101 111110

Color Harmonies of #C98071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98071

Black with #C98071

Text Example


Text Example

White with #C98071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98071; }

 p { color: rgb(201,128,113); }

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

background-color css

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

 a { background-color: rgb(201,128,113); }

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

border-color css

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

 span { border-color: rgb(201,128,113); }

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