Html Css Color HEX #C9916D Feldspar

📋 copy color: '#C9916D'

red 201 ◦ green 145 ◦ blue 109

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

Shades of Feldspar #C9916D

Tints of Feldspar #C9916D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.96%

R = 44.18%
G = 31.87%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#C9916D (or 0xC9916D) is known color: Feldspar. HEX triplet: C9, 91 and 6D. RGB value is (201,145,109). Sum of RGB (Red+Green+Blue) = 201+145+109=455 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.18% from 455); Green value is 145 (57.03% from 255 or 31.87% from 455); Blue value is 109 (42.97% from 255 or 23.96% from 455); Max value from RGB is 201 - color contains mainly: red. Hex color #C9916D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9916D is #366E92. Grayscale: #9D9D9D. Windows color (decimal): -3567251 or 7180745. OLE color: 7180745.

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

Color convert

RGB 201 145 109 -
CMYK 0 0.28 0.46 0.21
HSL 23.48º 0.46% 0.61% -
HSV(B) 23.48º 0.46% 0.79% -
XYZ 36.97 33.77 19.04 -
YUV 157.64 100.55 158.93 -
System Red Green Blue C M Y K H S L
Decimal 201 145 109 0 0.28 0.46 0.21 23.48 0.46 0.61
Hex C9 91 6D 0 1C 2E 15 17 2E 3D
Octal 311 221 155 0 34 56 25 27 56 75
Binary 11001001 10010001 1101101 0 11100 101110 10101 10111 101110 111101

Color Harmonies of #C9916D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9916D

Black with #C9916D

Text Example


Text Example

White with #C9916D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9916D; }

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

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

background-color css

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

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

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

border-color css

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

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

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