#CF9F67

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

Shades of Fallow #CF9F67

Tints of Fallow #CF9F67

Color information

#CF9F67 (or 0xCF9F67) is unknown color: approx Fallow. HEX triplet: CF, 9F and 67. RGB value is (207,159,103). Sum of RGB (Red+Green+Blue) = 207+159+103=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 159 (62.5% from 255 or 33.90% from 469); Blue value is 103 (40.62% from 255 or 21.96% from 469); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9F67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9F67 is #306098. Grayscale: #A7A7A7. Windows color (decimal): -3170457 or 6791119. OLE color: 6791119.

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

Color convert

RGB207159103-
CMYK00.230.500.19
HSL32.31º52%60.78%-
HSV(B)32.31º50.24%81.18%-
XYZ40.5839.0418.23-
YUV166.9791.9156.55-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.14%
GREEN value IS 159 (62.5% from 255) = 33.90%
BLUE value IS 103 (40.62% from 255) = 21.96%
R=44.14%
G=33.90%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.50
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715910300.230.500.1932.315260.78
HexCF9F67017321320343d
Octal3172371470276223406475
Binary1100111110011111110011101011111001010011100000110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9F67; }

 p { color: rgb(207,159,103); }

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

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

 a { background-color: rgb(207,159,103); }

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

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

 span { border-color: rgb(207,159,103); }

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