Html Css Color HEX #C9956F Feldspar

📋 copy color: '#C9956F'

red 201 ◦ green 149 ◦ blue 111

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

Shades of Feldspar #C9956F

Tints of Feldspar #C9956F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.32%

 BLUE value IS 111 (43.75% from 255) = 24.08%

R = 43.6%
G = 32.32%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#C9956F (or 0xC9956F) is known color: Feldspar. HEX triplet: C9, 95 and 6F. RGB value is (201,149,111). Sum of RGB (Red+Green+Blue) = 201+149+111=461 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.60% from 461); Green value is 149 (58.59% from 255 or 32.32% from 461); Blue value is 111 (43.75% from 255 or 24.08% from 461); Max value from RGB is 201 - color contains mainly: red. Hex color #C9956F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9956F is #366A90. Grayscale: #A0A0A0. Windows color (decimal): -3566225 or 7312841. OLE color: 7312841.

HSL color Cylindrical-coordinate representation of color #C9956F: hue angle of 25.33º degrees, saturation: 0.45, 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 #C9956F is Cyan = 0, Magento = 0.26, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 149 111 -
CMYK 0 0.26 0.45 0.21
HSL 25.33º 0.45% 0.61% -
HSV(B) 25.33º 0.45% 0.79% -
XYZ 37.7 35.06 19.82 -
YUV 160.22 100.23 157.09 -
System Red Green Blue C M Y K H S L
Decimal 201 149 111 0 0.26 0.45 0.21 25.33 0.45 0.61
Hex C9 95 6F 0 1A 2D 15 19 2D 3D
Octal 311 225 157 0 32 55 25 31 55 75
Binary 11001001 10010101 1101111 0 11010 101101 10101 11001 101101 111101

Color Harmonies of #C9956F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9956F

Black with #C9956F

Text Example


Text Example

White with #C9956F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9956F; }

 p { color: rgb(201,149,111); }

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

background-color css

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

 a { background-color: rgb(201,149,111); }

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

border-color css

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

 span { border-color: rgb(201,149,111); }

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