Html Css Color HEX #C98571 Burning Sand

📋 copy color: '#C98571'

red 201 ◦ green 133 ◦ blue 113

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

Shades of Burning Sand #C98571

Tints of Burning Sand #C98571

RGB

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

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

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

R = 44.97%
G = 29.75%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#C98571 (or 0xC98571) is known color: Burning Sand. HEX triplet: C9, 85 and 71. RGB value is (201,133,113). Sum of RGB (Red+Green+Blue) = 201+133+113=447 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.97% from 447); Green value is 133 (52.34% from 255 or 29.75% from 447); Blue value is 113 (44.53% from 255 or 25.28% from 447); Max value from RGB is 201 - color contains mainly: red. Hex color #C98571 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98571 is #367A8E. Grayscale: #979797. Windows color (decimal): -3570319 or 7439817. OLE color: 7439817.

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

Color convert

RGB 201 133 113 -
CMYK 0 0.34 0.44 0.21
HSL 13.64º 0.45% 0.62% -
HSV(B) 13.64º 0.44% 0.79% -
XYZ 35.46 30.38 19.62 -
YUV 151.05 106.53 163.63 -
System Red Green Blue C M Y K H S L
Decimal 201 133 113 0 0.34 0.44 0.21 13.64 0.45 0.62
Hex C9 85 71 0 22 2C 15 E 2D 3E
Octal 311 205 161 0 42 54 25 16 55 76
Binary 11001001 10000101 1110001 0 100010 101100 10101 1110 101101 111110

Color Harmonies of #C98571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98571

Black with #C98571

Text Example


Text Example

White with #C98571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98571; }

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

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

background-color css

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

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

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

border-color css

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

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

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