Html Css Color HEX #C98172 Burning Sand

📋 copy color: '#C98172'

red 201 ◦ green 129 ◦ blue 114

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

Shades of Burning Sand #C98172

Tints of Burning Sand #C98172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.68%

R = 45.27%
G = 29.05%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#C98172 (or 0xC98172) is known color: Burning Sand. HEX triplet: C9, 81 and 72. RGB value is (201,129,114). Sum of RGB (Red+Green+Blue) = 201+129+114=444 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.27% from 444); Green value is 129 (50.78% from 255 or 29.05% from 444); Blue value is 114 (44.92% from 255 or 25.68% from 444); Max value from RGB is 201 - color contains mainly: red. Hex color #C98172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98172 is #367E8D. Grayscale: #949494. Windows color (decimal): -3571342 or 7504329. OLE color: 7504329.

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

Color convert

RGB 201 129 114 -
CMYK 0 0.36 0.43 0.21
HSL 10.34º 0.45% 0.62% -
HSV(B) 10.34º 0.43% 0.79% -
XYZ 34.97 29.33 19.74 -
YUV 148.82 108.35 165.22 -
System Red Green Blue C M Y K H S L
Decimal 201 129 114 0 0.36 0.43 0.21 10.34 0.45 0.62
Hex C9 81 72 0 24 2B 15 A 2D 3E
Octal 311 201 162 0 44 53 25 12 55 76
Binary 11001001 10000001 1110010 0 100100 101011 10101 1010 101101 111110

Color Harmonies of #C98172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98172

Black with #C98172

Text Example


Text Example

White with #C98172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98172; }

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

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

background-color css

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

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

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

border-color css

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

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

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