#CF8973

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

Shades of Feldspar #CF8973

Tints of Feldspar #CF8973

Color information

#CF8973 (or 0xCF8973) is unknown color: approx Feldspar. HEX triplet: CF, 89 and 73. RGB value is (207,137,115). Sum of RGB (Red+Green+Blue) = 207+137+115=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 137 (53.91% from 255 or 29.85% from 459); Blue value is 115 (45.31% from 255 or 25.05% from 459); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8973 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8973 is #30768C. Grayscale: #9B9B9B. Windows color (decimal): -3176077 or 7571919. OLE color: 7571919.

HSL color Cylindrical-coordinate representation of color #CF8973: hue angle of 14.35º 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 #CF8973 is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB207137115-
CMYK00.340.440.19
HSL14.35º48.94%63.14%-
HSV(B)14.35º44.44%81.18%-
XYZ37.7732.3920.48-
YUV155.42105.19164.79-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.10%
GREEN value IS 137 (53.91% from 255) = 29.85%
BLUE value IS 115 (45.31% from 255) = 25.05%
R=45.10%
G=29.85%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713711500.340.440.1914.3548.9463.14
HexCF89730222C13e313f
Octal3172111630425423166177
Binary110011111000100111100110100010101100100111110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8973; }

 p { color: rgb(207,137,115); }

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

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

 a { background-color: rgb(207,137,115); }

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

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

 span { border-color: rgb(207,137,115); }

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