#CF9C6D

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

Shades of Fallow #CF9C6D

Tints of Fallow #CF9C6D

Color information

#CF9C6D (or 0xCF9C6D) is unknown color: approx Fallow. HEX triplet: CF, 9C and 6D. RGB value is (207,156,109). Sum of RGB (Red+Green+Blue) = 207+156+109=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 156 (61.33% from 255 or 33.05% from 472); Blue value is 109 (42.97% from 255 or 23.09% from 472); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9C6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9C6D is #306392. Grayscale: #A6A6A6. Windows color (decimal): -3171219 or 7183567. OLE color: 7183567.

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

Color convert

RGB207156109-
CMYK00.250.470.19
HSL28.78º50.52%61.96%-
HSV(B)28.78º47.34%81.18%-
XYZ40.3838.1519.7-
YUV165.8995.9157.32-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.86%
GREEN value IS 156 (61.33% from 255) = 33.05%
BLUE value IS 109 (42.97% from 255) = 23.09%
R=43.86%
G=33.05%
B=23.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.47
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715610900.250.470.1928.7850.5261.96
HexCF9C6D0192F131d333e
Octal3172341550315723356376
Binary110011111001110011011010110011011111001111101110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9C6D; }

 p { color: rgb(207,156,109); }

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

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

 a { background-color: rgb(207,156,109); }

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

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

 span { border-color: rgb(207,156,109); }

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