#CFC356

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

Shades of Tacha #CFC356

Tints of Tacha #CFC356

Color information

#CFC356 (or 0xCFC356) is unknown color: approx Tacha. HEX triplet: CF, C3 and 56. RGB value is (207,195,86). Sum of RGB (Red+Green+Blue) = 207+195+86=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 195 (76.56% from 255 or 39.96% from 488); Blue value is 86 (33.98% from 255 or 17.62% from 488); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC356 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC356 is #303CA9. Grayscale: #BABABA. Windows color (decimal): -3161258 or 5686223. OLE color: 5686223.

HSL color Cylindrical-coordinate representation of color #CFC356: hue angle of 54.05º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CFC356 is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.19.

Color convert

RGB20719586-
CMYK00.060.580.19
HSL54.05º55.76%57.45%-
HSV(B)54.05º58.45%81.18%-
XYZ46.9352.9716.55-
YUV186.1671.48142.86-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.42%
GREEN value IS 195 (76.56% from 255) = 39.96%
BLUE value IS 86 (33.98% from 255) = 17.62%
R=42.42%
G=39.96%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.58
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071958600.060.580.1954.0555.7657.45
HexCFC356063A13363839
Octal317303126067223667071
Binary11001111110000111010110011011101010011110110111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC356; }

 p { color: rgb(207,195,86); }

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

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

 a { background-color: rgb(207,195,86); }

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

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

 span { border-color: rgb(207,195,86); }

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