#CF9678

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

Shades of Feldspar #CF9678

Tints of Feldspar #CF9678

Color information

#CF9678 (or 0xCF9678) is unknown color: approx Feldspar. HEX triplet: CF, 96 and 78. RGB value is (207,150,120). Sum of RGB (Red+Green+Blue) = 207+150+120=477 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.40% from 477); Green value is 150 (58.98% from 255 or 31.45% from 477); Blue value is 120 (47.27% from 255 or 25.16% from 477); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9678 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9678 is #306987. Grayscale: #A3A3A3. Windows color (decimal): -3172744 or 7902927. OLE color: 7902927.

HSL color Cylindrical-coordinate representation of color #CF9678: hue angle of 20.69º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CF9678 is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB207150120-
CMYK00.280.420.19
HSL20.69º47.54%64.12%-
HSV(B)20.69º42.03%81.18%-
XYZ40.0336.4322.69-
YUV163.62103.38158.94-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.40%
GREEN value IS 150 (58.98% from 255) = 31.45%
BLUE value IS 120 (47.27% from 255) = 25.16%
R=43.40%
G=31.45%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.42
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715012000.280.420.1920.6947.5464.12
HexCF967801C2A13153040
Octal31722617003452232560100
Binary1100111110010110111100001110010101010011101011100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9678; }

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

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

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

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

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

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

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

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