Html Css Color HEX #C99776 Feldspar

📋 copy color: '#C99776'

red 201 ◦ green 151 ◦ blue 118

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

Shades of Feldspar #C99776

Tints of Feldspar #C99776

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.13%

 BLUE value IS 118 (46.48% from 255) = 25.11%

R = 42.77%
G = 32.13%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#C99776 (or 0xC99776) is known color: Feldspar. HEX triplet: C9, 97 and 76. RGB value is (201,151,118). Sum of RGB (Red+Green+Blue) = 201+151+118=470 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.77% from 470); Green value is 151 (59.38% from 255 or 32.13% from 470); Blue value is 118 (46.48% from 255 or 25.11% from 470); Max value from RGB is 201 - color contains mainly: red. Hex color #C99776 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99776 is #366889. Grayscale: #A2A2A2. Windows color (decimal): -3565706 or 7772105. OLE color: 7772105.

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

Color convert

RGB 201 151 118 -
CMYK 0 0.25 0.41 0.21
HSL 23.86º 0.43% 0.63% -
HSV(B) 23.86º 0.41% 0.79% -
XYZ 38.42 35.86 22.04 -
YUV 162.19 103.07 155.68 -
System Red Green Blue C M Y K H S L
Decimal 201 151 118 0 0.25 0.41 0.21 23.86 0.43 0.63
Hex C9 97 76 0 19 29 15 18 2B 3F
Octal 311 227 166 0 31 51 25 30 53 77
Binary 11001001 10010111 1110110 0 11001 101001 10101 11000 101011 111111

Color Harmonies of #C99776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99776

Black with #C99776

Text Example


Text Example

White with #C99776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99776; }

 p { color: rgb(201,151,118); }

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

background-color css

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

 a { background-color: rgb(201,151,118); }

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

border-color css

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

 span { border-color: rgb(201,151,118); }

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