#CFC757

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

Shades of Tacha #CFC757

Tints of Tacha #CFC757

Color information

#CFC757 (or 0xCFC757) is unknown color: approx Tacha. HEX triplet: CF, C7 and 57. RGB value is (207,199,87). Sum of RGB (Red+Green+Blue) = 207+199+87=493 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.99% from 493); Green value is 199 (78.12% from 255 or 40.37% from 493); Blue value is 87 (34.38% from 255 or 17.65% from 493); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC757 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC757 is #3038A8. Grayscale: #BDBDBD. Windows color (decimal): -3160233 or 5752783. OLE color: 5752783.

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

Color convert

RGB20719987-
CMYK00.040.580.19
HSL56º55.56%57.65%-
HSV(B)56º57.97%81.18%-
XYZ47.8854.817.07-
YUV188.6270.65141.11-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.99%
GREEN value IS 199 (78.12% from 255) = 40.37%
BLUE value IS 87 (34.38% from 255) = 17.65%
R=41.99%
G=40.37%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.58
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071998700.040.580.195655.5657.65
HexCFC757043A1338383a
Octal317307127047223707072
Binary11001111110001111010111010011101010011111000111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC757; }

 p { color: rgb(207,199,87); }

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

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

 a { background-color: rgb(207,199,87); }

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

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

 span { border-color: rgb(207,199,87); }

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