#CF967D

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

Shades of Feldspar #CF967D

Tints of Feldspar #CF967D

Color information

#CF967D (or 0xCF967D) is unknown color: approx Feldspar. HEX triplet: CF, 96 and 7D. RGB value is (207,150,125). Sum of RGB (Red+Green+Blue) = 207+150+125=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 150 (58.98% from 255 or 31.12% from 482); Blue value is 125 (49.22% from 255 or 25.93% from 482); Max value from RGB is 207 - color contains mainly: red. Hex color #CF967D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF967D is #306982. Grayscale: #A4A4A4. Windows color (decimal): -3172739 or 8230607. OLE color: 8230607.

HSL color Cylindrical-coordinate representation of color #CF967D: hue angle of 18.29º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CF967D is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB207150125-
CMYK00.280.400.19
HSL18.29º46.07%65.1%-
HSV(B)18.29º39.61%81.18%-
XYZ40.3436.5624.33-
YUV164.19105.88158.53-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.95%
GREEN value IS 150 (58.98% from 255) = 31.12%
BLUE value IS 125 (49.22% from 255) = 25.93%
R=42.95%
G=31.12%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.40
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715012500.280.400.1918.2946.0765.1
HexCF967D01C2813122e41
Octal31722617503450232256101
Binary1100111110010110111110101110010100010011100101011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF967D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF967D; }

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

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

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

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

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

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

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

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