#CFC860

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

Shades of Tacha #CFC860

Tints of Tacha #CFC860

Color information

#CFC860 (or 0xCFC860) is unknown color: approx Tacha. HEX triplet: CF, C8 and 60. RGB value is (207,200,96). Sum of RGB (Red+Green+Blue) = 207+200+96=503 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.15% from 503); Green value is 200 (78.52% from 255 or 39.76% from 503); Blue value is 96 (37.89% from 255 or 19.09% from 503); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC860 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC860 is #30379F. Grayscale: #BEBEBE. Windows color (decimal): -3159968 or 6342863. OLE color: 6342863.

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

Color convert

RGB20720096-
CMYK00.030.540.19
HSL56.22º53.62%59.41%-
HSV(B)56.22º53.62%81.18%-
XYZ48.555.4219.21-
YUV190.2474.82139.96-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.15%
GREEN value IS 200 (78.52% from 255) = 39.76%
BLUE value IS 96 (37.89% from 255) = 19.09%
R=41.15%
G=39.76%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.54
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2072009600.030.540.1956.2253.6259.41
HexCFC86003361338363b
Octal317310140036623706673
Binary1100111111001000110000001111011010011111000110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC860; }

 p { color: rgb(207,200,96); }

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

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

 a { background-color: rgb(207,200,96); }

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

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

 span { border-color: rgb(207,200,96); }

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