#CC946F

Color #CC946F Feldspar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feldspar #CC946F

Tints of Feldspar #CC946F

Color information

#CC946F (or 0xCC946F) is unknown color: approx Feldspar. HEX triplet: CC, 94 and 6F. RGB value is (204,148,111). Sum of RGB (Red+Green+Blue) = 204+148+111=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 148 (58.20% from 255 or 31.97% from 463); Blue value is 111 (43.75% from 255 or 23.97% from 463); Max value from RGB is 204 - color contains mainly: red. Hex color #CC946F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC946F is #336B90. Grayscale: #A0A0A0. Windows color (decimal): -3369873 or 7312588. OLE color: 7312588.

HSL color Cylindrical-coordinate representation of color #CC946F: hue angle of 23.87º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CC946F is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.2.

Color convert

RGB204148111-
CMYK00.270.460.2
HSL23.87º47.69%61.76%-
HSV(B)23.87º45.59%80%-
XYZ38.3635.1619.8-
YUV160.53100.05159.01-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.06%
GREEN value IS 148 (58.20% from 255) = 31.97%
BLUE value IS 111 (43.75% from 255) = 23.97%
R=44.06%
G=31.97%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.46
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414811100.270.460.223.8747.6961.76
HexCC946F01B2E1418303e
Octal3142241570335624306076
Binary110011001001010011011110110111011101010011000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC946F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC946F; }

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

 H1.HeaderClassName
 {
   color: #CC946F;
 }
 .AnyTagClassName
 {
   color: #CC946F;
 }
</style>
background-color css

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

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

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

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

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

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