Html Css Color HEX #C99477 Feldspar

📋 copy color: '#C99477'

red 201 ◦ green 148 ◦ blue 119

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

Shades of Feldspar #C99477

Tints of Feldspar #C99477

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.62%

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

R = 42.95%
G = 31.62%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#C99477 (or 0xC99477) is known color: Feldspar. HEX triplet: C9, 94 and 77. RGB value is (201,148,119). Sum of RGB (Red+Green+Blue) = 201+148+119=468 (61% of max value = 765). Red value is 201 (78.91% from 255 or 42.95% from 468); Green value is 148 (58.20% from 255 or 31.62% from 468); Blue value is 119 (46.88% from 255 or 25.43% from 468); Max value from RGB is 201 - color contains mainly: red. Hex color #C99477 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99477 is #366B88. Grayscale: #A0A0A0. Windows color (decimal): -3566473 or 7836873. OLE color: 7836873.

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

Color convert

RGB 201 148 119 -
CMYK 0 0.26 0.41 0.21
HSL 21.22º 0.43% 0.63% -
HSV(B) 21.22º 0.41% 0.79% -
XYZ 38.01 34.93 22.19 -
YUV 160.54 104.56 156.86 -
System Red Green Blue C M Y K H S L
Decimal 201 148 119 0 0.26 0.41 0.21 21.22 0.43 0.63
Hex C9 94 77 0 1A 29 15 15 2B 3F
Octal 311 224 167 0 32 51 25 25 53 77
Binary 11001001 10010100 1110111 0 11010 101001 10101 10101 101011 111111

Color Harmonies of #C99477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99477

Black with #C99477

Text Example


Text Example

White with #C99477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99477; }

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

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

background-color css

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

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

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

border-color css

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

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

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