#CC967F

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

Shades of Feldspar #CC967F

Tints of Feldspar #CC967F

Color information

#CC967F (or 0xCC967F) is unknown color: approx Feldspar. HEX triplet: CC, 96 and 7F. RGB value is (204,150,127). Sum of RGB (Red+Green+Blue) = 204+150+127=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 150 (58.98% from 255 or 31.19% from 481); Blue value is 127 (50% from 255 or 26.40% from 481); Max value from RGB is 204 - color contains mainly: red. Hex color #CC967F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC967F is #336980. Grayscale: #A3A3A3. Windows color (decimal): -3369345 or 8361676. OLE color: 8361676.

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

Color convert

RGB204150127-
CMYK00.260.380.2
HSL17.92º43.02%64.9%-
HSV(B)17.92º37.75%80%-
XYZ39.6436.1824.97-
YUV163.52107.39156.87-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.41%
GREEN value IS 150 (58.98% from 255) = 31.19%
BLUE value IS 127 (50% from 255) = 26.40%
R=42.41%
G=31.19%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415012700.260.380.217.9243.0264.9
HexCC967F01A2614122b41
Octal31422617703246242253101
Binary1100110010010110111111101101010011010100100101010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC967F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC967F; }

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

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

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

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

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

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

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

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