#CF9770

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

Shades of Feldspar #CF9770

Tints of Feldspar #CF9770

Color information

#CF9770 (or 0xCF9770) is unknown color: approx Feldspar. HEX triplet: CF, 97 and 70. RGB value is (207,151,112). Sum of RGB (Red+Green+Blue) = 207+151+112=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 151 (59.38% from 255 or 32.13% from 470); Blue value is 112 (44.14% from 255 or 23.83% from 470); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9770 is #30688F. Grayscale: #A3A3A3. Windows color (decimal): -3172496 or 7378895. OLE color: 7378895.

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

Color convert

RGB207151112-
CMYK00.270.460.19
HSL24.63º49.74%62.55%-
HSV(B)24.63º45.89%81.18%-
XYZ39.7236.5720.29-
YUV163.399.05159.17-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.04%
GREEN value IS 151 (59.38% from 255) = 32.13%
BLUE value IS 112 (44.14% from 255) = 23.83%
R=44.04%
G=32.13%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715111200.270.460.1924.6349.7462.55
HexCF977001B2E1319323f
Octal3172271600335623316277
Binary110011111001011111100000110111011101001111001110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9770; }

 p { color: rgb(207,151,112); }

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

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

 a { background-color: rgb(207,151,112); }

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

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

 span { border-color: rgb(207,151,112); }

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