#CC966E

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

Shades of Feldspar #CC966E

Tints of Feldspar #CC966E

Color information

#CC966E (or 0xCC966E) is unknown color: approx Feldspar. HEX triplet: CC, 96 and 6E. RGB value is (204,150,110). Sum of RGB (Red+Green+Blue) = 204+150+110=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 150 (58.98% from 255 or 32.33% from 464); Blue value is 110 (43.36% from 255 or 23.71% from 464); Max value from RGB is 204 - color contains mainly: red. Hex color #CC966E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC966E is #336991. Grayscale: #A1A1A1. Windows color (decimal): -3369362 or 7247564. OLE color: 7247564.

HSL color Cylindrical-coordinate representation of color #CC966E: hue angle of 25.53º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CC966E is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.2.

Color convert

RGB204150110-
CMYK00.260.460.2
HSL25.53º47.96%61.57%-
HSV(B)25.53º46.08%80%-
XYZ38.6235.7819.62-
YUV161.5998.89158.25-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.97%
GREEN value IS 150 (58.98% from 255) = 32.33%
BLUE value IS 110 (43.36% from 255) = 23.71%
R=43.97%
G=32.33%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.46
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415011000.260.460.225.5347.9661.57
HexCC966E01A2E141a303e
Octal3142261560325624326076
Binary110011001001011011011100110101011101010011010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC966E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC966E; }

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

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

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

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

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

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

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

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