Html Css Color HEX #C99279 Feldspar

📋 copy color: '#C99279'

red 201 ◦ green 146 ◦ blue 121

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

Shades of Feldspar #C99279

Tints of Feldspar #C99279

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.2%

 BLUE value IS 121 (47.66% from 255) = 25.85%

R = 42.95%
G = 31.2%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#C99279 (or 0xC99279) is known color: Feldspar. HEX triplet: C9, 92 and 79. RGB value is (201,146,121). Sum of RGB (Red+Green+Blue) = 201+146+121=468 (61% of max value = 765). Red value is 201 (78.91% from 255 or 42.95% from 468); Green value is 146 (57.42% from 255 or 31.20% from 468); Blue value is 121 (47.66% from 255 or 25.85% from 468); Max value from RGB is 201 - color contains mainly: red. Hex color #C99279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99279 is #366D86. Grayscale: #9F9F9F. Windows color (decimal): -3566983 or 7967433. OLE color: 7967433.

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

Color convert

RGB 201 146 121 -
CMYK 0 0.27 0.40 0.21
HSL 18.75º 0.43% 0.63% -
HSV(B) 18.75º 0.4% 0.79% -
XYZ 37.82 34.36 22.73 -
YUV 159.6 106.22 157.53 -
System Red Green Blue C M Y K H S L
Decimal 201 146 121 0 0.27 0.40 0.21 18.75 0.43 0.63
Hex C9 92 79 0 1B 28 15 13 2B 3F
Octal 311 222 171 0 33 50 25 23 53 77
Binary 11001001 10010010 1111001 0 11011 101000 10101 10011 101011 111111

Color Harmonies of #C99279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99279

Black with #C99279

Text Example


Text Example

White with #C99279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99279; }

 p { color: rgb(201,146,121); }

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

background-color css

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

 a { background-color: rgb(201,146,121); }

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

border-color css

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

 span { border-color: rgb(201,146,121); }

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