Html Css Color HEX #C98F71 Feldspar

📋 copy color: '#C98F71'

red 201 ◦ green 143 ◦ blue 113

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

Shades of Feldspar #C98F71

Tints of Feldspar #C98F71

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.29%

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

R = 43.98%
G = 31.29%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#C98F71 (or 0xC98F71) is known color: Feldspar. HEX triplet: C9, 8F and 71. RGB value is (201,143,113). Sum of RGB (Red+Green+Blue) = 201+143+113=457 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.98% from 457); Green value is 143 (56.25% from 255 or 31.29% from 457); Blue value is 113 (44.53% from 255 or 24.73% from 457); Max value from RGB is 201 - color contains mainly: red. Hex color #C98F71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98F71 is #36708E. Grayscale: #9D9D9D. Windows color (decimal): -3567759 or 7442377. OLE color: 7442377.

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

Color convert

RGB 201 143 113 -
CMYK 0 0.29 0.44 0.21
HSL 20.45º 0.45% 0.62% -
HSV(B) 20.45º 0.44% 0.79% -
XYZ 36.89 33.25 20.1 -
YUV 156.92 103.22 159.44 -
System Red Green Blue C M Y K H S L
Decimal 201 143 113 0 0.29 0.44 0.21 20.45 0.45 0.62
Hex C9 8F 71 0 1D 2C 15 14 2D 3E
Octal 311 217 161 0 35 54 25 24 55 76
Binary 11001001 10001111 1110001 0 11101 101100 10101 10100 101101 111110

Color Harmonies of #C98F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98F71

Black with #C98F71

Text Example


Text Example

White with #C98F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98F71; }

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

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

background-color css

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

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

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

border-color css

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

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

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