#CC987F

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

Shades of Feldspar #CC987F

Tints of Feldspar #CC987F

Color information

#CC987F (or 0xCC987F) is unknown color: approx Feldspar. HEX triplet: CC, 98 and 7F. RGB value is (204,152,127). Sum of RGB (Red+Green+Blue) = 204+152+127=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 152 (59.77% from 255 or 31.47% from 483); Blue value is 127 (50% from 255 or 26.29% from 483); Max value from RGB is 204 - color contains mainly: red. Hex color #CC987F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC987F is #336780. Grayscale: #A4A4A4. Windows color (decimal): -3368833 or 8362188. OLE color: 8362188.

HSL color Cylindrical-coordinate representation of color #CC987F: hue angle of 19.48º 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 #CC987F is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.2.

Color convert

RGB204152127-
CMYK00.250.380.2
HSL19.48º43.02%64.9%-
HSV(B)19.48º37.75%80%-
XYZ39.9636.8325.08-
YUV164.7106.73156.03-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.24%
GREEN value IS 152 (59.77% from 255) = 31.47%
BLUE value IS 127 (50% from 255) = 26.29%
R=42.24%
G=31.47%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.38
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415212700.250.380.219.4843.0264.9
HexCC987F0192614132b41
Octal31423017703146242353101
Binary1100110010011000111111101100110011010100100111010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC987F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC987F; }

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

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

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

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

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

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

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

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