#CC9070

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

Shades of Feldspar #CC9070

Tints of Feldspar #CC9070

Color information

#CC9070 (or 0xCC9070) is unknown color: approx Feldspar. HEX triplet: CC, 90 and 70. RGB value is (204,144,112). Sum of RGB (Red+Green+Blue) = 204+144+112=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 144 (56.64% from 255 or 31.30% from 460); Blue value is 112 (44.14% from 255 or 24.35% from 460); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9070 is #336F8F. Grayscale: #9E9E9E. Windows color (decimal): -3370896 or 7377100. OLE color: 7377100.

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

Color convert

RGB204144112-
CMYK00.290.450.2
HSL20.87º47.42%61.96%-
HSV(B)20.87º45.1%80%-
XYZ37.833.9519.89-
YUV158.29101.88160.6-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.35%
GREEN value IS 144 (56.64% from 255) = 31.30%
BLUE value IS 112 (44.14% from 255) = 24.35%
R=44.35%
G=31.30%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.45
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414411200.290.450.220.8747.4261.96
HexCC907001D2D14152f3e
Octal3142201600355524255776
Binary110011001001000011100000111011011011010010101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9070; }

 p { color: rgb(204,144,112); }

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

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

 a { background-color: rgb(204,144,112); }

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

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

 span { border-color: rgb(204,144,112); }

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