#CC9A78

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

Shades of Feldspar #CC9A78

Tints of Feldspar #CC9A78

Color information

#CC9A78 (or 0xCC9A78) is unknown color: approx Feldspar. HEX triplet: CC, 9A and 78. RGB value is (204,154,120). Sum of RGB (Red+Green+Blue) = 204+154+120=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 154 (60.55% from 255 or 32.22% from 478); Blue value is 120 (47.27% from 255 or 25.10% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9A78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9A78 is #336587. Grayscale: #A5A5A5. Windows color (decimal): -3368328 or 7903948. OLE color: 7903948.

HSL color Cylindrical-coordinate representation of color #CC9A78: hue angle of 24.29º 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 #CC9A78 is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.2.

Color convert

RGB204154120-
CMYK00.250.410.2
HSL24.29º45.16%63.53%-
HSV(B)24.29º41.18%80%-
XYZ39.8537.322.87-
YUV165.07102.56155.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.68%
GREEN value IS 154 (60.55% from 255) = 32.22%
BLUE value IS 120 (47.27% from 255) = 25.10%
R=42.68%
G=32.22%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.41
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415412000.250.410.224.2945.1663.53
HexCC9A780192914182d40
Octal31423217003151243055100
Binary1100110010011010111100001100110100110100110001011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9A78; }

 p { color: rgb(204,154,120); }

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

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

 a { background-color: rgb(204,154,120); }

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

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

 span { border-color: rgb(204,154,120); }

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