#CFC668

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

Shades of Tacha #CFC668

Tints of Tacha #CFC668

Color information

#CFC668 (or 0xCFC668) is unknown color: approx Tacha. HEX triplet: CF, C6 and 68. RGB value is (207,198,104). Sum of RGB (Red+Green+Blue) = 207+198+104=509 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.67% from 509); Green value is 198 (77.73% from 255 or 38.90% from 509); Blue value is 104 (41.02% from 255 or 20.43% from 509); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC668 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC668 is #303997. Grayscale: #BEBEBE. Windows color (decimal): -3160472 or 6866639. OLE color: 6866639.

HSL color Cylindrical-coordinate representation of color #CFC668: hue angle of 54.76º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CFC668 is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB207198104-
CMYK00.040.500.19
HSL54.76º51.76%60.98%-
HSV(B)54.76º49.76%81.18%-
XYZ48.4254.6521.09-
YUV189.9879.48140.14-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.67%
GREEN value IS 198 (77.73% from 255) = 38.90%
BLUE value IS 104 (41.02% from 255) = 20.43%
R=40.67%
G=38.90%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.50
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719810400.040.500.1954.7651.7660.98
HexCFC66804321337343d
Octal317306150046223676475
Binary11001111110001101101000010011001010011110111110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC668; }

 p { color: rgb(207,198,104); }

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

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

 a { background-color: rgb(207,198,104); }

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

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

 span { border-color: rgb(207,198,104); }

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