#CF9E69

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

Shades of Fallow #CF9E69

Tints of Fallow #CF9E69

Color information

#CF9E69 (or 0xCF9E69) is unknown color: approx Fallow. HEX triplet: CF, 9E and 69. RGB value is (207,158,105). Sum of RGB (Red+Green+Blue) = 207+158+105=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 158 (62.11% from 255 or 33.62% from 470); Blue value is 105 (41.41% from 255 or 22.34% from 470); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9E69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9E69 is #306196. Grayscale: #A6A6A6. Windows color (decimal): -3170711 or 6921935. OLE color: 6921935.

HSL color Cylindrical-coordinate representation of color #CF9E69: hue angle of 31.18º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CF9E69 is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.19.

Color convert

RGB207158105-
CMYK00.240.490.19
HSL31.18º51.52%61.18%-
HSV(B)31.18º49.28%81.18%-
XYZ40.5138.7418.71-
YUV166.6193.23156.81-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.04%
GREEN value IS 158 (62.11% from 255) = 33.62%
BLUE value IS 105 (41.41% from 255) = 22.34%
R=44.04%
G=33.62%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.49
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715810500.240.490.1931.1851.5261.18
HexCF9E6901831131f343d
Octal3172361510306123376475
Binary110011111001111011010010110001100011001111111110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9E69; }

 p { color: rgb(207,158,105); }

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

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

 a { background-color: rgb(207,158,105); }

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

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

 span { border-color: rgb(207,158,105); }

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