#CC997F

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

Shades of Feldspar #CC997F

Tints of Feldspar #CC997F

Color information

#CC997F (or 0xCC997F) is unknown color: approx Feldspar. HEX triplet: CC, 99 and 7F. RGB value is (204,153,127). Sum of RGB (Red+Green+Blue) = 204+153+127=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 153 (60.16% from 255 or 31.61% from 484); Blue value is 127 (50% from 255 or 26.24% from 484); Max value from RGB is 204 - color contains mainly: red. Hex color #CC997F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC997F is #336680. Grayscale: #A5A5A5. Windows color (decimal): -3368577 or 8362444. OLE color: 8362444.

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

Color convert

RGB204153127-
CMYK00.250.380.2
HSL20.26º43.02%64.9%-
HSV(B)20.26º37.75%80%-
XYZ40.1237.1525.13-
YUV165.28106.4155.61-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.15%
GREEN value IS 153 (60.16% from 255) = 31.61%
BLUE value IS 127 (50% from 255) = 26.24%
R=42.15%
G=31.61%
B=26.24%

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
Decimal20415312700.250.380.220.2643.0264.9
HexCC997F0192614142b41
Octal31423117703146242453101
Binary1100110010011001111111101100110011010100101001010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC997F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC997F; }

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

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

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

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

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

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

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

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