#CC947B

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

Shades of Feldspar #CC947B

Tints of Feldspar #CC947B

Color information

#CC947B (or 0xCC947B) is unknown color: approx Feldspar. HEX triplet: CC, 94 and 7B. RGB value is (204,148,123). Sum of RGB (Red+Green+Blue) = 204+148+123=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 148 (58.20% from 255 or 31.16% from 475); Blue value is 123 (48.44% from 255 or 25.89% from 475); Max value from RGB is 204 - color contains mainly: red. Hex color #CC947B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC947B is #336B84. Grayscale: #A2A2A2. Windows color (decimal): -3369861 or 8099020. OLE color: 8099020.

HSL color Cylindrical-coordinate representation of color #CC947B: hue angle of 18.52º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC947B is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB204148123-
CMYK00.270.400.2
HSL18.52º44.26%64.12%-
HSV(B)18.52º39.71%80%-
XYZ39.0735.4523.52-
YUV161.89106.05158.03-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.95%
GREEN value IS 148 (58.20% from 255) = 31.16%
BLUE value IS 123 (48.44% from 255) = 25.89%
R=42.95%
G=31.16%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414812300.270.400.218.5244.2664.12
HexCC947B01B2814132c40
Octal31422417303350242354100
Binary1100110010010100111101101101110100010100100111011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC947B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC947B; }

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

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

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

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

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

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

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

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