#CC9680

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

Shades of Feldspar #CC9680

Tints of Feldspar #CC9680

Color information

#CC9680 (or 0xCC9680) is unknown color: approx Feldspar. HEX triplet: CC, 96 and 80. RGB value is (204,150,128). Sum of RGB (Red+Green+Blue) = 204+150+128=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 150 (58.98% from 255 or 31.12% from 482); Blue value is 128 (50.39% from 255 or 26.56% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9680 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9680 is #33697F. Grayscale: #A3A3A3. Windows color (decimal): -3369344 or 8427212. OLE color: 8427212.

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

Color convert

RGB204150128-
CMYK00.260.370.2
HSL17.37º42.7%65.1%-
HSV(B)17.37º37.25%80%-
XYZ39.736.2125.32-
YUV163.64107.89156.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.32%
GREEN value IS 150 (58.98% from 255) = 31.12%
BLUE value IS 128 (50.39% from 255) = 26.56%
R=42.32%
G=31.12%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.37
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415012800.260.370.217.3742.765.1
HexCC968001A2514112b41
Octal31422620003245242153101
Binary11001100100101101000000001101010010110100100011010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9680; }

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

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

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

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

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

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

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

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