Html Css Color HEX #C99177 Feldspar

📋 copy color: '#C99177'

red 201 ◦ green 145 ◦ blue 119

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

Shades of Feldspar #C99177

Tints of Feldspar #C99177

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.18%

 BLUE value IS 119 (46.88% from 255) = 25.59%

R = 43.23%
G = 31.18%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#C99177 (or 0xC99177) is known color: Feldspar. HEX triplet: C9, 91 and 77. RGB value is (201,145,119). Sum of RGB (Red+Green+Blue) = 201+145+119=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 145 (57.03% from 255 or 31.18% from 465); Blue value is 119 (46.88% from 255 or 25.59% from 465); Max value from RGB is 201 - color contains mainly: red. Hex color #C99177 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99177 is #366E88. Grayscale: #9E9E9E. Windows color (decimal): -3567241 or 7836105. OLE color: 7836105.

HSL color Cylindrical-coordinate representation of color #C99177: hue angle of 19.02º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C99177 is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 145 119 -
CMYK 0 0.28 0.41 0.21
HSL 19.02º 0.43% 0.63% -
HSV(B) 19.02º 0.41% 0.79% -
XYZ 37.54 34 22.04 -
YUV 158.78 105.55 158.11 -
System Red Green Blue C M Y K H S L
Decimal 201 145 119 0 0.28 0.41 0.21 19.02 0.43 0.63
Hex C9 91 77 0 1C 29 15 13 2B 3F
Octal 311 221 167 0 34 51 25 23 53 77
Binary 11001001 10010001 1110111 0 11100 101001 10101 10011 101011 111111

Color Harmonies of #C99177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99177

Black with #C99177

Text Example


Text Example

White with #C99177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99177; }

 p { color: rgb(201,145,119); }

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

background-color css

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

 a { background-color: rgb(201,145,119); }

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

border-color css

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

 span { border-color: rgb(201,145,119); }

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