#CF9970

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

Shades of Feldspar #CF9970

Tints of Feldspar #CF9970

Color information

#CF9970 (or 0xCF9970) is unknown color: approx Feldspar. HEX triplet: CF, 99 and 70. RGB value is (207,153,112). Sum of RGB (Red+Green+Blue) = 207+153+112=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 153 (60.16% from 255 or 32.42% from 472); Blue value is 112 (44.14% from 255 or 23.73% from 472); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9970 is #30668F. Grayscale: #A4A4A4. Windows color (decimal): -3171984 or 7379407. OLE color: 7379407.

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

Color convert

RGB207153112-
CMYK00.260.460.19
HSL25.89º49.74%62.55%-
HSV(B)25.89º45.89%81.18%-
XYZ40.0537.2220.4-
YUV164.4798.39158.33-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.86%
GREEN value IS 153 (60.16% from 255) = 32.42%
BLUE value IS 112 (44.14% from 255) = 23.73%
R=43.86%
G=32.42%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715311200.260.460.1925.8949.7462.55
HexCF997001A2E131a323f
Octal3172311600325623326277
Binary110011111001100111100000110101011101001111010110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9970; }

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

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

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

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

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

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

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

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