#CF917A

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

Shades of Feldspar #CF917A

Tints of Feldspar #CF917A

Color information

#CF917A (or 0xCF917A) is unknown color: approx Feldspar. HEX triplet: CF, 91 and 7A. RGB value is (207,145,122). Sum of RGB (Red+Green+Blue) = 207+145+122=474 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.67% from 474); Green value is 145 (57.03% from 255 or 30.59% from 474); Blue value is 122 (48.05% from 255 or 25.74% from 474); Max value from RGB is 207 - color contains mainly: red. Hex color #CF917A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF917A is #306E85. Grayscale: #A1A1A1. Windows color (decimal): -3174022 or 8032719. OLE color: 8032719.

HSL color Cylindrical-coordinate representation of color #CF917A: hue angle of 16.24º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CF917A is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB207145122-
CMYK00.300.410.19
HSL16.24º46.96%64.51%-
HSV(B)16.24º41.06%81.18%-
XYZ39.3734.9223.08-
YUV160.92106.04160.87-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.67%
GREEN value IS 145 (57.03% from 255) = 30.59%
BLUE value IS 122 (48.05% from 255) = 25.74%
R=43.67%
G=30.59%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714512200.300.410.1916.2446.9664.51
HexCF917A01E2913102f41
Octal31722117203651232057101
Binary1100111110010001111101001111010100110011100001011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF917A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF917A; }

 p { color: rgb(207,145,122); }

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

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

 a { background-color: rgb(207,145,122); }

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

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

 span { border-color: rgb(207,145,122); }

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