Html Css Color HEX #C99071 Feldspar

📋 copy color: '#C99071'

red 201 ◦ green 144 ◦ blue 113

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

Shades of Feldspar #C99071

Tints of Feldspar #C99071

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.44%

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

R = 43.89%
G = 31.44%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#C99071 (or 0xC99071) is known color: Feldspar. HEX triplet: C9, 90 and 71. RGB value is (201,144,113). Sum of RGB (Red+Green+Blue) = 201+144+113=458 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.89% from 458); Green value is 144 (56.64% from 255 or 31.44% from 458); Blue value is 113 (44.53% from 255 or 24.67% from 458); Max value from RGB is 201 - color contains mainly: red. Hex color #C99071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99071 is #366F8E. Grayscale: #9D9D9D. Windows color (decimal): -3567503 or 7442633. OLE color: 7442633.

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

Color convert

RGB 201 144 113 -
CMYK 0 0.28 0.44 0.21
HSL 21.14º 0.45% 0.62% -
HSV(B) 21.14º 0.44% 0.79% -
XYZ 37.04 33.56 20.15 -
YUV 157.51 102.88 159.02 -
System Red Green Blue C M Y K H S L
Decimal 201 144 113 0 0.28 0.44 0.21 21.14 0.45 0.62
Hex C9 90 71 0 1C 2C 15 15 2D 3E
Octal 311 220 161 0 34 54 25 25 55 76
Binary 11001001 10010000 1110001 0 11100 101100 10101 10101 101101 111110

Color Harmonies of #C99071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99071

Black with #C99071

Text Example


Text Example

White with #C99071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99071; }

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

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

background-color css

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

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

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

border-color css

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

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

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