#CC917F

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

Shades of Feldspar #CC917F

Tints of Feldspar #CC917F

Color information

#CC917F (or 0xCC917F) is unknown color: approx Feldspar. HEX triplet: CC, 91 and 7F. RGB value is (204,145,127). Sum of RGB (Red+Green+Blue) = 204+145+127=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 145 (57.03% from 255 or 30.46% from 476); Blue value is 127 (50% from 255 or 26.68% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CC917F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC917F is #336E80. Grayscale: #A0A0A0. Windows color (decimal): -3370625 or 8360396. OLE color: 8360396.

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

Color convert

RGB204145127-
CMYK00.290.380.2
HSL14.03º43.02%64.9%-
HSV(B)14.03º37.75%80%-
XYZ38.8634.6224.71-
YUV160.59109.05158.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.86%
GREEN value IS 145 (57.03% from 255) = 30.46%
BLUE value IS 127 (50% from 255) = 26.68%
R=42.86%
G=30.46%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414512700.290.380.214.0343.0264.9
HexCC917F01D2614e2b41
Octal31422117703546241653101
Binary110011001001000111111110111011001101010011101010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC917F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC917F; }

 p { color: rgb(204,145,127); }

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

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

 a { background-color: rgb(204,145,127); }

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

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

 span { border-color: rgb(204,145,127); }

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