Html Css Color HEX #C9946F Feldspar

📋 copy color: '#C9946F'

red 201 ◦ green 148 ◦ blue 111

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

Shades of Feldspar #C9946F

Tints of Feldspar #C9946F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.17%

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

R = 43.7%
G = 32.17%
B = 24.13%

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

#C9946F (or 0xC9946F) is known color: Feldspar. HEX triplet: C9, 94 and 6F. RGB value is (201,148,111). Sum of RGB (Red+Green+Blue) = 201+148+111=460 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.70% from 460); Green value is 148 (58.20% from 255 or 32.17% from 460); Blue value is 111 (43.75% from 255 or 24.13% from 460); Max value from RGB is 201 - color contains mainly: red. Hex color #C9946F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9946F is #366B90. Grayscale: #9F9F9F. Windows color (decimal): -3566481 or 7312585. OLE color: 7312585.

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

Color convert

RGB 201 148 111 -
CMYK 0 0.26 0.45 0.21
HSL 24.67º 0.45% 0.61% -
HSV(B) 24.67º 0.45% 0.79% -
XYZ 37.55 34.75 19.77 -
YUV 159.63 100.56 157.51 -
System Red Green Blue C M Y K H S L
Decimal 201 148 111 0 0.26 0.45 0.21 24.67 0.45 0.61
Hex C9 94 6F 0 1A 2D 15 19 2D 3D
Octal 311 224 157 0 32 55 25 31 55 75
Binary 11001001 10010100 1101111 0 11010 101101 10101 11001 101101 111101

Color Harmonies of #C9946F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9946F

Black with #C9946F

Text Example


Text Example

White with #C9946F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9946F; }

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

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

background-color css

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

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

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

border-color css

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

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

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