#CFC168

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

Shades of Tacha #CFC168

Tints of Tacha #CFC168

Color information

#CFC168 (or 0xCFC168) is unknown color: approx Tacha. HEX triplet: CF, C1 and 68. RGB value is (207,193,104). Sum of RGB (Red+Green+Blue) = 207+193+104=504 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.07% from 504); Green value is 193 (75.78% from 255 or 38.29% from 504); Blue value is 104 (41.02% from 255 or 20.63% from 504); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC168 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC168 is #303E97. Grayscale: #BBBBBB. Windows color (decimal): -3161752 or 6865359. OLE color: 6865359.

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

Color convert

RGB207193104-
CMYK00.070.500.19
HSL51.84º51.76%60.98%-
HSV(B)51.84º49.76%81.18%-
XYZ47.352.420.72-
YUV187.0481.14142.24-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.07%
GREEN value IS 193 (75.78% from 255) = 38.29%
BLUE value IS 104 (41.02% from 255) = 20.63%
R=41.07%
G=38.29%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.50
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719310400.070.500.1951.8451.7660.98
HexCFC16807321334343d
Octal317301150076223646475
Binary11001111110000011101000011111001010011110100110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC168; }

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

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

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

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

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

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

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

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