#CF8A74

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

Shades of Feldspar #CF8A74

Tints of Feldspar #CF8A74

Color information

#CF8A74 (or 0xCF8A74) is unknown color: approx Feldspar. HEX triplet: CF, 8A and 74. RGB value is (207,138,116). Sum of RGB (Red+Green+Blue) = 207+138+116=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 138 (54.30% from 255 or 29.93% from 461); Blue value is 116 (45.70% from 255 or 25.16% from 461); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8A74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8A74 is #30758B. Grayscale: #9C9C9C. Windows color (decimal): -3175820 or 7637711. OLE color: 7637711.

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

Color convert

RGB207138116-
CMYK00.330.440.19
HSL14.51º48.66%63.33%-
HSV(B)14.51º43.96%81.18%-
XYZ37.9732.720.83-
YUV156.12105.36164.29-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.90%
GREEN value IS 138 (54.30% from 255) = 29.93%
BLUE value IS 116 (45.70% from 255) = 25.16%
R=44.90%
G=29.93%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713811600.330.440.1914.5148.6663.33
HexCF8A740212C13f313f
Octal3172121640415423176177
Binary110011111000101011101000100001101100100111111110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8A74; }

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

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

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

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

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

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

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

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