#CC9674

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

Shades of Feldspar #CC9674

Tints of Feldspar #CC9674

Color information

#CC9674 (or 0xCC9674) is unknown color: approx Feldspar. HEX triplet: CC, 96 and 74. RGB value is (204,150,116). Sum of RGB (Red+Green+Blue) = 204+150+116=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 150 (58.98% from 255 or 31.91% from 470); Blue value is 116 (45.70% from 255 or 24.68% from 470); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9674 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9674 is #33698B. Grayscale: #A2A2A2. Windows color (decimal): -3369356 or 7640780. OLE color: 7640780.

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

Color convert

RGB204150116-
CMYK00.260.430.2
HSL23.18º46.32%62.75%-
HSV(B)23.18º43.14%80%-
XYZ38.9635.9121.4-
YUV162.27101.89157.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.40%
GREEN value IS 150 (58.98% from 255) = 31.91%
BLUE value IS 116 (45.70% from 255) = 24.68%
R=43.40%
G=31.91%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.43
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415011600.260.430.223.1846.3262.75
HexCC967401A2B14172e3f
Octal3142261640325324275677
Binary110011001001011011101000110101010111010010111101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9674; }

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

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

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

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

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

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

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

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