#CFC063

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

Shades of Tacha #CFC063

Tints of Tacha #CFC063

Color information

#CFC063 (or 0xCFC063) is unknown color: approx Tacha. HEX triplet: CF, C0 and 63. RGB value is (207,192,99). Sum of RGB (Red+Green+Blue) = 207+192+99=498 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.57% from 498); Green value is 192 (75.39% from 255 or 38.55% from 498); Blue value is 99 (39.06% from 255 or 19.88% from 498); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC063 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC063 is #303F9C. Grayscale: #BABABA. Windows color (decimal): -3162013 or 6537423. OLE color: 6537423.

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

Color convert

RGB20719299-
CMYK00.070.520.19
HSL51.67º52.94%60%-
HSV(B)51.67º52.17%81.18%-
XYZ46.8351.8719.35-
YUV185.8878.97143.06-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.57%
GREEN value IS 192 (75.39% from 255) = 38.55%
BLUE value IS 99 (39.06% from 255) = 19.88%
R=41.57%
G=38.55%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.52
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071929900.070.520.1951.6752.9460
HexCFC06307341334353c
Octal317300143076423646574
Binary11001111110000001100011011111010010011110100110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC063; }

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

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

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

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

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

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

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

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