Html Css Color HEX #C98472 Burning Sand

📋 copy color: '#C98472'

red 201 ◦ green 132 ◦ blue 114

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

Shades of Burning Sand #C98472

Tints of Burning Sand #C98472

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.53%

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

R = 44.97%
G = 29.53%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#C98472 (or 0xC98472) is known color: Burning Sand. HEX triplet: C9, 84 and 72. RGB value is (201,132,114). Sum of RGB (Red+Green+Blue) = 201+132+114=447 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.97% from 447); Green value is 132 (51.95% from 255 or 29.53% from 447); Blue value is 114 (44.92% from 255 or 25.50% from 447); Max value from RGB is 201 - color contains mainly: red. Hex color #C98472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98472 is #367B8D. Grayscale: #969696. Windows color (decimal): -3570574 or 7505097. OLE color: 7505097.

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

Color convert

RGB 201 132 114 -
CMYK 0 0.34 0.43 0.21
HSL 12.41º 0.45% 0.62% -
HSV(B) 12.41º 0.43% 0.79% -
XYZ 35.38 30.13 19.87 -
YUV 150.58 107.36 163.96 -
System Red Green Blue C M Y K H S L
Decimal 201 132 114 0 0.34 0.43 0.21 12.41 0.45 0.62
Hex C9 84 72 0 22 2B 15 C 2D 3E
Octal 311 204 162 0 42 53 25 14 55 76
Binary 11001001 10000100 1110010 0 100010 101011 10101 1100 101101 111110

Color Harmonies of #C98472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98472

Black with #C98472

Text Example


Text Example

White with #C98472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98472; }

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

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

background-color css

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

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

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

border-color css

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

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

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