#CF9670

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

Shades of Feldspar #CF9670

Tints of Feldspar #CF9670

Color information

#CF9670 (or 0xCF9670) is unknown color: approx Feldspar. HEX triplet: CF, 96 and 70. RGB value is (207,150,112). Sum of RGB (Red+Green+Blue) = 207+150+112=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 150 (58.98% from 255 or 31.98% from 469); Blue value is 112 (44.14% from 255 or 23.88% from 469); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9670 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9670 is #30698F. Grayscale: #A2A2A2. Windows color (decimal): -3172752 or 7378639. OLE color: 7378639.

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

Color convert

RGB207150112-
CMYK00.280.460.19
HSL24º49.74%62.55%-
HSV(B)24º45.89%81.18%-
XYZ39.5636.2520.24-
YUV162.7199.38159.59-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.14%
GREEN value IS 150 (58.98% from 255) = 31.98%
BLUE value IS 112 (44.14% from 255) = 23.88%
R=44.14%
G=31.98%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715011200.280.460.192449.7462.55
HexCF967001C2E1318323f
Octal3172261600345623306277
Binary110011111001011011100000111001011101001111000110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9670; }

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

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

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

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

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

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

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

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