#CFC464

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

Shades of Tacha #CFC464

Tints of Tacha #CFC464

Color information

#CFC464 (or 0xCFC464) is unknown color: approx Tacha. HEX triplet: CF, C4 and 64. RGB value is (207,196,100). Sum of RGB (Red+Green+Blue) = 207+196+100=503 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.15% from 503); Green value is 196 (76.95% from 255 or 38.97% from 503); Blue value is 100 (39.45% from 255 or 19.88% from 503); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC464 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC464 is #303B9B. Grayscale: #BCBCBC. Windows color (decimal): -3160988 or 6603983. OLE color: 6603983.

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

Color convert

RGB207196100-
CMYK00.050.520.19
HSL53.83º52.71%60.2%-
HSV(B)53.83º51.69%81.18%-
XYZ47.7753.6719.9-
YUV188.3478.14141.31-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.15%
GREEN value IS 196 (76.95% from 255) = 38.97%
BLUE value IS 100 (39.45% from 255) = 19.88%
R=41.15%
G=38.97%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.52
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719610000.050.520.1953.8352.7160.2
HexCFC46405341336353c
Octal317304144056423666574
Binary11001111110001001100100010111010010011110110110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC464; }

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

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

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

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

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

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

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

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