Html Css Color HEX #C99874 Feldspar

📋 copy color: '#C99874'

red 201 ◦ green 152 ◦ blue 116

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

Shades of Feldspar #C99874

Tints of Feldspar #C99874

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.41%

 BLUE value IS 116 (45.7% from 255) = 24.73%

R = 42.86%
G = 32.41%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#C99874 (or 0xC99874) is known color: Feldspar. HEX triplet: C9, 98 and 74. RGB value is (201,152,116). Sum of RGB (Red+Green+Blue) = 201+152+116=469 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.86% from 469); Green value is 152 (59.77% from 255 or 32.41% from 469); Blue value is 116 (45.70% from 255 or 24.73% from 469); Max value from RGB is 201 - color contains mainly: red. Hex color #C99874 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99874 is #36678B. Grayscale: #A2A2A2. Windows color (decimal): -3565452 or 7641289. OLE color: 7641289.

HSL color Cylindrical-coordinate representation of color #C99874: hue angle of 25.41º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C99874 is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 152 116 -
CMYK 0 0.24 0.42 0.21
HSL 25.41º 0.44% 0.62% -
HSV(B) 25.41º 0.42% 0.79% -
XYZ 38.47 36.13 21.47 -
YUV 162.55 101.73 155.43 -
System Red Green Blue C M Y K H S L
Decimal 201 152 116 0 0.24 0.42 0.21 25.41 0.44 0.62
Hex C9 98 74 0 18 2A 15 19 2C 3E
Octal 311 230 164 0 30 52 25 31 54 76
Binary 11001001 10011000 1110100 0 11000 101010 10101 11001 101100 111110

Color Harmonies of #C99874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99874

Black with #C99874

Text Example


Text Example

White with #C99874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99874; }

 p { color: rgb(201,152,116); }

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

background-color css

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

 a { background-color: rgb(201,152,116); }

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

border-color css

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

 span { border-color: rgb(201,152,116); }

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