#CFC05F

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

Shades of Tacha #CFC05F

Tints of Tacha #CFC05F

Color information

#CFC05F (or 0xCFC05F) is unknown color: approx Tacha. HEX triplet: CF, C0 and 5F. RGB value is (207,192,95). Sum of RGB (Red+Green+Blue) = 207+192+95=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 192 (75.39% from 255 or 38.87% from 494); Blue value is 95 (37.5% from 255 or 19.23% from 494); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC05F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC05F is #303FA0. Grayscale: #B9B9B9. Windows color (decimal): -3162017 or 6275279. OLE color: 6275279.

HSL color Cylindrical-coordinate representation of color #CFC05F: hue angle of 51.96º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CFC05F is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB20719295-
CMYK00.070.540.19
HSL51.96º53.85%59.22%-
HSV(B)51.96º54.11%81.18%-
XYZ46.6551.7918.36-
YUV185.4376.97143.39-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.90%
GREEN value IS 192 (75.39% from 255) = 38.87%
BLUE value IS 95 (37.5% from 255) = 19.23%
R=41.90%
G=38.87%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.54
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071929500.070.540.1951.9653.8559.22
HexCFC05F07361334363b
Octal317300137076623646673
Binary11001111110000001011111011111011010011110100110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC05F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC05F; }

 p { color: rgb(207,192,95); }

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

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

 a { background-color: rgb(207,192,95); }

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

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

 span { border-color: rgb(207,192,95); }

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