Html Css Color HEX #C98771 Feldspar

📋 copy color: '#C98771'

red 201 ◦ green 135 ◦ blue 113

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

Shades of Feldspar #C98771

Tints of Feldspar #C98771

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.07%

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

R = 44.77%
G = 30.07%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#C98771 (or 0xC98771) is known color: Feldspar. HEX triplet: C9, 87 and 71. RGB value is (201,135,113). Sum of RGB (Red+Green+Blue) = 201+135+113=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 135 (53.12% from 255 or 30.07% from 449); Blue value is 113 (44.53% from 255 or 25.17% from 449); Max value from RGB is 201 - color contains mainly: red. Hex color #C98771 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98771 is #36788E. Grayscale: #989898. Windows color (decimal): -3569807 or 7440329. OLE color: 7440329.

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

Color convert

RGB 201 135 113 -
CMYK 0 0.33 0.44 0.21
HSL 15º 0.45% 0.62% -
HSV(B) 15º 0.44% 0.79% -
XYZ 35.73 30.94 19.71 -
YUV 152.23 105.87 162.79 -
System Red Green Blue C M Y K H S L
Decimal 201 135 113 0 0.33 0.44 0.21 15 0.45 0.62
Hex C9 87 71 0 21 2C 15 F 2D 3E
Octal 311 207 161 0 41 54 25 17 55 76
Binary 11001001 10000111 1110001 0 100001 101100 10101 1111 101101 111110

Color Harmonies of #C98771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98771

Black with #C98771

Text Example


Text Example

White with #C98771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98771; }

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

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

background-color css

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

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

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

border-color css

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

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

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