#CFC76F

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

Shades of Chenin #CFC76F

Tints of Chenin #CFC76F

Color information

#CFC76F (or 0xCFC76F) is unknown color: approx Chenin. HEX triplet: CF, C7 and 6F. RGB value is (207,199,111). Sum of RGB (Red+Green+Blue) = 207+199+111=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 199 (78.12% from 255 or 38.49% from 517); Blue value is 111 (43.75% from 255 or 21.47% from 517); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC76F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC76F is #303890. Grayscale: #BFBFBF. Windows color (decimal): -3160209 or 7325647. OLE color: 7325647.

HSL color Cylindrical-coordinate representation of color #CFC76F: hue angle of 55º 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 #CFC76F is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB207199111-
CMYK00.040.460.19
HSL55º50%62.35%-
HSV(B)55º46.38%81.18%-
XYZ49.0255.2623.12-
YUV191.3682.65139.16-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.04%
GREEN value IS 199 (78.12% from 255) = 38.49%
BLUE value IS 111 (43.75% from 255) = 21.47%
R=40.04%
G=38.49%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719911100.040.460.19555062.35
HexCFC76F042E1337323e
Octal317307157045623676276
Binary11001111110001111101111010010111010011110111110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC76F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC76F; }

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

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

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

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

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

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

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

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