#CF9374

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

Shades of Feldspar #CF9374

Tints of Feldspar #CF9374

Color information

#CF9374 (or 0xCF9374) is unknown color: approx Feldspar. HEX triplet: CF, 93 and 74. RGB value is (207,147,116). Sum of RGB (Red+Green+Blue) = 207+147+116=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 147 (57.81% from 255 or 31.28% from 470); Blue value is 116 (45.70% from 255 or 24.68% from 470); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9374 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9374 is #306C8B. Grayscale: #A1A1A1. Windows color (decimal): -3173516 or 7640015. OLE color: 7640015.

HSL color Cylindrical-coordinate representation of color #CF9374: hue angle of 20.44º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CF9374 is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB207147116-
CMYK00.290.440.19
HSL20.44º48.66%63.33%-
HSV(B)20.44º43.96%81.18%-
XYZ39.3235.3921.28-
YUV161.41102.38160.52-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.04%
GREEN value IS 147 (57.81% from 255) = 31.28%
BLUE value IS 116 (45.70% from 255) = 24.68%
R=44.04%
G=31.28%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714711600.290.440.1920.4448.6663.33
HexCF937401D2C1314313f
Octal3172231640355423246177
Binary110011111001001111101000111011011001001110100110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9374; }

 p { color: rgb(207,147,116); }

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

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

 a { background-color: rgb(207,147,116); }

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

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

 span { border-color: rgb(207,147,116); }

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