Html Css Color HEX #C9916E Feldspar

📋 copy color: '#C9916E'

red 201 ◦ green 145 ◦ blue 110

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

Shades of Feldspar #C9916E

Tints of Feldspar #C9916E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 24.12%

R = 44.08%
G = 31.8%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#C9916E (or 0xC9916E) is known color: Feldspar. HEX triplet: C9, 91 and 6E. RGB value is (201,145,110). Sum of RGB (Red+Green+Blue) = 201+145+110=456 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.08% from 456); Green value is 145 (57.03% from 255 or 31.80% from 456); Blue value is 110 (43.36% from 255 or 24.12% from 456); Max value from RGB is 201 - color contains mainly: red. Hex color #C9916E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9916E is #366E91. Grayscale: #9D9D9D. Windows color (decimal): -3567250 or 7246281. OLE color: 7246281.

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

Color convert

RGB 201 145 110 -
CMYK 0 0.28 0.45 0.21
HSL 23.08º 0.46% 0.61% -
HSV(B) 23.08º 0.45% 0.79% -
XYZ 37.03 33.79 19.32 -
YUV 157.75 101.05 158.85 -
System Red Green Blue C M Y K H S L
Decimal 201 145 110 0 0.28 0.45 0.21 23.08 0.46 0.61
Hex C9 91 6E 0 1C 2D 15 17 2E 3D
Octal 311 221 156 0 34 55 25 27 56 75
Binary 11001001 10010001 1101110 0 11100 101101 10101 10111 101110 111101

Color Harmonies of #C9916E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9916E

Black with #C9916E

Text Example


Text Example

White with #C9916E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9916E; }

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

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

background-color css

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

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

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

border-color css

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

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

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