#CC947F

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

Shades of Feldspar #CC947F

Tints of Feldspar #CC947F

Color information

#CC947F (or 0xCC947F) is unknown color: approx Feldspar. HEX triplet: CC, 94 and 7F. RGB value is (204,148,127). Sum of RGB (Red+Green+Blue) = 204+148+127=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 148 (58.20% from 255 or 30.90% from 479); Blue value is 127 (50% from 255 or 26.51% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CC947F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC947F is #336B80. Grayscale: #A2A2A2. Windows color (decimal): -3369857 or 8361164. OLE color: 8361164.

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

Color convert

RGB204148127-
CMYK00.270.380.2
HSL16.36º43.02%64.9%-
HSV(B)16.36º37.75%80%-
XYZ39.3235.5524.87-
YUV162.35108.05157.71-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.59%
GREEN value IS 148 (58.20% from 255) = 30.90%
BLUE value IS 127 (50% from 255) = 26.51%
R=42.59%
G=30.90%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414812700.270.380.216.3643.0264.9
HexCC947F01B2614102b41
Octal31422417703346242053101
Binary1100110010010100111111101101110011010100100001010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC947F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC947F; }

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

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

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

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

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

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

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

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