#CF9B76

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

Shades of Feldspar #CF9B76

Tints of Feldspar #CF9B76

Color information

#CF9B76 (or 0xCF9B76) is unknown color: approx Feldspar. HEX triplet: CF, 9B and 76. RGB value is (207,155,118). Sum of RGB (Red+Green+Blue) = 207+155+118=480 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.12% from 480); Green value is 155 (60.94% from 255 or 32.29% from 480); Blue value is 118 (46.48% from 255 or 24.58% from 480); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9B76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9B76 is #306489. Grayscale: #A6A6A6. Windows color (decimal): -3171466 or 7773135. OLE color: 7773135.

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

Color convert

RGB207155118-
CMYK00.250.430.19
HSL24.94º48.11%63.73%-
HSV(B)24.94º43%81.18%-
XYZ40.7238.0222.33-
YUV166.33100.73157.01-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.12%
GREEN value IS 155 (60.94% from 255) = 32.29%
BLUE value IS 118 (46.48% from 255) = 24.58%
R=43.12%
G=32.29%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715511800.250.430.1924.9448.1163.73
HexCF9B760192B13193040
Octal31723316603153233160100
Binary1100111110011011111011001100110101110011110011100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9B76; }

 p { color: rgb(207,155,118); }

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

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

 a { background-color: rgb(207,155,118); }

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

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

 span { border-color: rgb(207,155,118); }

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