#CC927F

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

Shades of Feldspar #CC927F

Tints of Feldspar #CC927F

Color information

#CC927F (or 0xCC927F) is unknown color: approx Feldspar. HEX triplet: CC, 92 and 7F. RGB value is (204,146,127). Sum of RGB (Red+Green+Blue) = 204+146+127=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 146 (57.42% from 255 or 30.61% from 477); Blue value is 127 (50% from 255 or 26.62% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CC927F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC927F is #336D80. Grayscale: #A1A1A1. Windows color (decimal): -3370369 or 8360652. OLE color: 8360652.

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

Color convert

RGB204146127-
CMYK00.280.380.2
HSL14.81º43.02%64.9%-
HSV(B)14.81º37.75%80%-
XYZ39.0134.9324.76-
YUV161.18108.72158.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.77%
GREEN value IS 146 (57.42% from 255) = 30.61%
BLUE value IS 127 (50% from 255) = 26.62%
R=42.77%
G=30.61%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414612700.280.380.214.8143.0264.9
HexCC927F01C2614f2b41
Octal31422217703446241753101
Binary110011001001001011111110111001001101010011111010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC927F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC927F; }

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

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

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

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

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

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

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

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