#CF927C

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

Shades of Feldspar #CF927C

Tints of Feldspar #CF927C

Color information

#CF927C (or 0xCF927C) is unknown color: approx Feldspar. HEX triplet: CF, 92 and 7C. RGB value is (207,146,124). Sum of RGB (Red+Green+Blue) = 207+146+124=477 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.40% from 477); Green value is 146 (57.42% from 255 or 30.61% from 477); Blue value is 124 (48.83% from 255 or 26.00% from 477); Max value from RGB is 207 - color contains mainly: red. Hex color #CF927C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF927C is #306D83. Grayscale: #A1A1A1. Windows color (decimal): -3173764 or 8164047. OLE color: 8164047.

HSL color Cylindrical-coordinate representation of color #CF927C: hue angle of 15.9º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CF927C is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB207146124-
CMYK00.290.400.19
HSL15.9º46.37%64.9%-
HSV(B)15.9º40.1%81.18%-
XYZ39.6535.2823.79-
YUV161.73106.71160.29-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.40%
GREEN value IS 146 (57.42% from 255) = 30.61%
BLUE value IS 124 (48.83% from 255) = 26.00%
R=43.40%
G=30.61%
B=26.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.40
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714612400.290.400.1915.946.3764.9
HexCF927C01D2813102e41
Octal31722217403550232056101
Binary1100111110010010111110001110110100010011100001011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF927C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF927C; }

 p { color: rgb(207,146,124); }

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

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

 a { background-color: rgb(207,146,124); }

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

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

 span { border-color: rgb(207,146,124); }

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