#CFC864

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

Shades of Tacha #CFC864

Tints of Tacha #CFC864

Color information

#CFC864 (or 0xCFC864) is unknown color: approx Tacha. HEX triplet: CF, C8 and 64. RGB value is (207,200,100). Sum of RGB (Red+Green+Blue) = 207+200+100=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 200 (78.52% from 255 or 39.45% from 507); Blue value is 100 (39.45% from 255 or 19.72% from 507); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC864 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC864 is #30379B. Grayscale: #BFBFBF. Windows color (decimal): -3159964 or 6605007. OLE color: 6605007.

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

Color convert

RGB207200100-
CMYK00.030.520.19
HSL56.07º52.71%60.2%-
HSV(B)56.07º51.69%81.18%-
XYZ48.6955.4920.2-
YUV190.6976.82139.63-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.83%
GREEN value IS 200 (78.52% from 255) = 39.45%
BLUE value IS 100 (39.45% from 255) = 19.72%
R=40.83%
G=39.45%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.52
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720010000.030.520.1956.0752.7160.2
HexCFC86403341338353c
Octal317310144036423706574
Binary1100111111001000110010001111010010011111000110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC864; }

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

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

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

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

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

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

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

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