#CC987A

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

Shades of Feldspar #CC987A

Tints of Feldspar #CC987A

Color information

#CC987A (or 0xCC987A) is unknown color: approx Feldspar. HEX triplet: CC, 98 and 7A. RGB value is (204,152,122). Sum of RGB (Red+Green+Blue) = 204+152+122=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 152 (59.77% from 255 or 31.80% from 478); Blue value is 122 (48.05% from 255 or 25.52% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CC987A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC987A is #336785. Grayscale: #A4A4A4. Windows color (decimal): -3368838 or 8034508. OLE color: 8034508.

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

Color convert

RGB204152122-
CMYK00.250.400.2
HSL21.95º44.57%63.92%-
HSV(B)21.95º40.2%80%-
XYZ39.6436.723.41-
YUV164.13104.23156.44-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.68%
GREEN value IS 152 (59.77% from 255) = 31.80%
BLUE value IS 122 (48.05% from 255) = 25.52%
R=42.68%
G=31.80%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415212200.250.400.221.9544.5763.92
HexCC987A0192814162d40
Octal31423017203150242655100
Binary1100110010011000111101001100110100010100101101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC987A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC987A; }

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

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

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

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

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

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

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

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