Html Css Color HEX #C98171 Burning Sand

📋 copy color: '#C98171'

red 201 ◦ green 129 ◦ blue 113

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

Shades of Burning Sand #C98171

Tints of Burning Sand #C98171

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.12%

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

R = 45.37%
G = 29.12%
B = 25.51%

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

#C98171 (or 0xC98171) is known color: Burning Sand. HEX triplet: C9, 81 and 71. RGB value is (201,129,113). Sum of RGB (Red+Green+Blue) = 201+129+113=443 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.37% from 443); Green value is 129 (50.78% from 255 or 29.12% from 443); Blue value is 113 (44.53% from 255 or 25.51% from 443); Max value from RGB is 201 - color contains mainly: red. Hex color #C98171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98171 is #367E8E. Grayscale: #949494. Windows color (decimal): -3571343 or 7438793. OLE color: 7438793.

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

Color convert

RGB 201 129 113 -
CMYK 0 0.36 0.44 0.21
HSL 10.91º 0.45% 0.62% -
HSV(B) 10.91º 0.44% 0.79% -
XYZ 34.92 29.31 19.44 -
YUV 148.7 107.85 165.3 -
System Red Green Blue C M Y K H S L
Decimal 201 129 113 0 0.36 0.44 0.21 10.91 0.45 0.62
Hex C9 81 71 0 24 2C 15 B 2D 3E
Octal 311 201 161 0 44 54 25 13 55 76
Binary 11001001 10000001 1110001 0 100100 101100 10101 1011 101101 111110

Color Harmonies of #C98171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98171

Black with #C98171

Text Example


Text Example

White with #C98171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98171; }

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

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

background-color css

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

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

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

border-color css

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

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

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