#CFC46F

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

Shades of Chenin #CFC46F

Tints of Chenin #CFC46F

Color information

#CFC46F (or 0xCFC46F) is unknown color: approx Chenin. HEX triplet: CF, C4 and 6F. RGB value is (207,196,111). Sum of RGB (Red+Green+Blue) = 207+196+111=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 196 (76.95% from 255 or 38.13% from 514); Blue value is 111 (43.75% from 255 or 21.60% from 514); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC46F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC46F is #303B90. Grayscale: #BDBDBD. Windows color (decimal): -3160977 or 7324879. OLE color: 7324879.

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

Color convert

RGB207196111-
CMYK00.050.460.19
HSL53.12º50%62.35%-
HSV(B)53.12º46.38%81.18%-
XYZ48.3453.8922.89-
YUV189.683.64140.41-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.27%
GREEN value IS 196 (76.95% from 255) = 38.13%
BLUE value IS 111 (43.75% from 255) = 21.60%
R=40.27%
G=38.13%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719611100.050.460.1953.125062.35
HexCFC46F052E1335323e
Octal317304157055623656276
Binary11001111110001001101111010110111010011110101110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC46F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC46F; }

 p { color: rgb(207,196,111); }

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

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

 a { background-color: rgb(207,196,111); }

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

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

 span { border-color: rgb(207,196,111); }

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