#CFC764

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

Shades of Tacha #CFC764

Tints of Tacha #CFC764

Color information

#CFC764 (or 0xCFC764) is unknown color: approx Tacha. HEX triplet: CF, C7 and 64. RGB value is (207,199,100). Sum of RGB (Red+Green+Blue) = 207+199+100=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 199 (78.12% from 255 or 39.33% from 506); Blue value is 100 (39.45% from 255 or 19.76% from 506); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC764 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC764 is #30389B. Grayscale: #BEBEBE. Windows color (decimal): -3160220 or 6604751. OLE color: 6604751.

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

Color convert

RGB207199100-
CMYK00.040.520.19
HSL55.51º52.71%60.2%-
HSV(B)55.51º51.69%81.18%-
XYZ48.4655.0320.13-
YUV190.1177.15140.05-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.91%
GREEN value IS 199 (78.12% from 255) = 39.33%
BLUE value IS 100 (39.45% from 255) = 19.76%
R=40.91%
G=39.33%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.52
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719910000.040.520.1955.5152.7160.2
HexCFC76404341338353c
Octal317307144046423706574
Binary11001111110001111100100010011010010011111000110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC764; }

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

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

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

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

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

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

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

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