#CC9677

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

Shades of Feldspar #CC9677

Tints of Feldspar #CC9677

Color information

#CC9677 (or 0xCC9677) is unknown color: approx Feldspar. HEX triplet: CC, 96 and 77. RGB value is (204,150,119). Sum of RGB (Red+Green+Blue) = 204+150+119=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 150 (58.98% from 255 or 31.71% from 473); Blue value is 119 (46.88% from 255 or 25.16% from 473); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9677 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9677 is #336988. Grayscale: #A2A2A2. Windows color (decimal): -3369353 or 7837388. OLE color: 7837388.

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

Color convert

RGB204150119-
CMYK00.260.420.2
HSL21.88º45.45%63.33%-
HSV(B)21.88º41.67%80%-
XYZ39.1435.9822.34-
YUV162.61103.39157.52-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.13%
GREEN value IS 150 (58.98% from 255) = 31.71%
BLUE value IS 119 (46.88% from 255) = 25.16%
R=43.13%
G=31.71%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.42
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415011900.260.420.221.8845.4563.33
HexCC967701A2A14162d3f
Octal3142261670325224265577
Binary110011001001011011101110110101010101010010110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9677; }

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

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

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

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

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

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

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

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