#CC9679

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

Shades of Feldspar #CC9679

Tints of Feldspar #CC9679

Color information

#CC9679 (or 0xCC9679) is unknown color: approx Feldspar. HEX triplet: CC, 96 and 79. RGB value is (204,150,121). Sum of RGB (Red+Green+Blue) = 204+150+121=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 150 (58.98% from 255 or 31.58% from 475); Blue value is 121 (47.66% from 255 or 25.47% from 475); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9679 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9679 is #336986. Grayscale: #A3A3A3. Windows color (decimal): -3369351 or 7968460. OLE color: 7968460.

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

Color convert

RGB204150121-
CMYK00.260.410.2
HSL20.96º44.86%63.73%-
HSV(B)20.96º40.69%80%-
XYZ39.2636.0322.97-
YUV162.84104.39157.36-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.95%
GREEN value IS 150 (58.98% from 255) = 31.58%
BLUE value IS 121 (47.66% from 255) = 25.47%
R=42.95%
G=31.58%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.41
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415012100.260.410.220.9644.8663.73
HexCC967901A2914152d40
Octal31422617103251242555100
Binary1100110010010110111100101101010100110100101011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9679; }

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

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

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

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

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

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

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

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